Greg MacLellan's Database Abstraction Layer
Currently only supports MySQL
Located in /dal.inc.php (line 36)
Whether or not to use "debug mode". When debug mode is on, errors will terminate the current script and display the failed operation and error message. If debug is off, on an error nothing will be displayed.
The last error that occured
array of result handles
Used for the different $sets
Creates a new database object.
Switched to the specified database name.
Terminate script if we're running debug, otherwise just save the error
Puts the next row into an associative array.
raw mysql_fetch_array
Finds the number of rows in the result set
Executes an SQL query without storing the result. Useful for INSERT, UPDATE, etc
Executes an SQL query and stores the result.
raw mysql_query
Executes an SQL query and gets only one row
Documentation generated on Thu, 27 Nov 2003 14:58:52 -0500 by phpDocumentor 1.2.3