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 |
addButtonadds a button to the bottom of the page
void addButton ( String buttonValue, String URL [, String tags = "" ] )
Use this function when you want to provide easy navigation to another page (for easy processing). It inserts a button at the bottom of the page (right next to the "add item" button.
You can use the optional tags parameter to attach events to a button. Details
Parameters
Example$tblDemo->addButton("Home", "index.php");
See also |
"Brilliant. Saved insane amounts of time. `nuff said."
~Soule
