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

Next revision
Previous revision
Next revisionBoth sides next revision
axmls:setprefix [2015/11/05 02:42] – created mnewnhamaxmls:setprefix [2015/12/19 01:58] mnewnham
Line 1: Line 1:
-boolean SetPrefix ([string $prefix = ], [boolean $underscore TRUE])+====== setPrefix ====== 
 +~~NOTOC~~ 
 +<WRAP right box> 
 +== Syntax == 
 + 
 +  boolean setPrefix ( 
 +    string $prefix = '' 
 +    optional bool $addUnderscore=true 
 +    ) 
 +</WRAP> 
 +===== Description ===== 
 +Sets a prefix for database objects 
 + 
 +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