AutoCRUD Main Class
This class is used to create a new AutoCRUD object, and is used like this:
- $crud = new AutoCRUD;
Located in /autocrud.php (line 32)
Database Name
Can be used to set the name of the database you want to use instead of passing it as a function argument
MySQL Password
Can be used to set the MySQL password instead of passing it as a function argument
MySQL Host
Can be used to set the MySQL host instead of passing it as a function argument
MySQL User
Can be used to set the MySQL user instead of passing it as a function argument
It's possible to immediately pass the mysql info to the constructor to setup a connection
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
Setups up a connection with the MySQL database
Used to create all the necessary CRUD objects for each table. This or the include_crud function must always be called before you can use the library
Returns the table prefix that has been set
Raw MySQL function
Simply a shortcut to the raw MySQL function
Include an external CRUD definition file to create the CRUD objects. Can be used to increase performance of the AutoCRUD library, because the database itself isn't inspected at runtime.
Raw MySQL function
Simply a shortcut to the raw MySQL function
Whether there is a connection or not
Whether CRUD objects have been setup or not
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
Raw MySQL function
Simply a shortcut to the raw MySQL function
When you are using table prefixes, set the prefix using this function, and the library will automatically create aliases for the tables without prefix
Raw MySQL function
Simply a shortcut to the raw MySQL function
Documentation generated on Wed, 14 Jun 2006 14:08:41 +0200 by phpDocumentor 1.3.0RC4