The base Max Database Data Access Layer class.
Located in /maintenance/libraries/max/Dal.php (line 38)
Class | Description |
---|---|
![]() |
An abstract class that defines the interface and some common methods for the data access layer code for summarising raw data into statistics, for all Max modules. |
The constructor method - connects to the database.
A method for returning the number of rows affected by a SQL statement executed (immediately) previously.
A method for executing SQL statements.
Aborts execution of the entire PHP script if the SQL statement results in an error from MySQL.
A method for executing SQL statements that might cause non-fatal errors.
Aborts execution of the entire PHP script if the SQL statement results in an error from MySQL, unless the MySQL error code is found in the array of supplied error codes.
A method for fetching the data returned by a SQL statement into an array.
A method for fetching the number of rows returned by a SQL statement.
The singleton method to create or return a single instance of the class.
Documentation generated on Thu, 20 Jan 2005 17:09:39 +0000 by phpDocumentor 1.3.0RC3