ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:axmls:setprefix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
axmls:setprefix [2015/11/16 01:42] mnewnhamaxmls:setprefix [2015/12/19 01:56] mnewnham
Line 6: Line 6:
   boolean setPrefix (   boolean setPrefix (
     optional string $prefix = ''     optional string $prefix = ''
-    optional boolean=TRUE+    optional bool $addUnderscore=true
     )     )
 </WRAP> </WRAP>
Line 12: Line 12:
 Sets a prefix for database objects Sets a prefix for database objects
  
-Call this method to set a standard prefix that will be prepended to all database tables and indices +Call this method to set a standard prefix that will be prepended to all database tables and indices. If the optional $addUnderscore parameter is set, an underscore is automatically appended to the prefix. 
  
v5/axmls/setprefix.txt · Last modified: 2016/01/13 02:26 by mnewnham