Begin Document
Located in /classes/class_DbConnect.php (line 35)
The variable used to contain a singleton instance of the database connection.
The number of rows affected by the most recent query.
The Database.
The error number of the most recent database error message.
The text of the most recent database error message.
Do we currently have a lock in place?
Connection to MySQL.
Log errors? If set to true, the error message/sql is logged.
Holds the number of queries executed.
Holds the most recent connection.
Show errors? If set to true, the error message/sql is displayed.
Holds the contents of the most recent SQL query.
Constructor. Initializes a database connection and selects our database.
Retuns the number of rows affected by the most recent query
Closes our connection to MySQL.
Connect to the Database.
Singleton pattern to retrieve database connection.
Returns the MySQL error number.
Returns the MySQL error message.
Fetches a row from a query result and returns the values from that row as an array.
Frees memory associated with a query result.
Turns database error reporting off
Returns the ID of the most recently inserted item in an auto_increment field
Lock database tables
Returns the number of queries executed.
Returns the number of rows in a result set.
Escapes a value to make it safe for using in queries.
Executes a sql query. If optional $only_first is set to true, it will return the first row of the result as an array.
If there is a database error, the script will be stopped and an error message displayed.
Turns database error reporting on
Unlock tables
Singleton pattern to retrieve database connection.
Documentation generated on Tue, 05 Jan 2010 11:25:59 -0600 by phpDocumentor 1.4.3