ajaxCRUD.com
» a PHP class to create / read / update / delete from a database table using AJAX
by loud canvas mediaAjaxCRUD API Reference
|
<< Reference overview << Home Object: ajaxCRUDConstructorFunctions
Variables |
displayAsdisplays the a field name in the table under a psudoname.
void displayAs ( String fieldName, String fieldDisplayTitle )
Use this function to refer to a database field as another name (ie if your fields all have a prefix you can remove them when displaying them).
This display title is referred to in all places in the table (adding & editing) Details
Parameters
Example$tblDemo->displayAs("fldMyField", "My Field");
|
"just what i [was] look[ing] for..."
~Sergey
