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 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.
The singleton method to create or return a single instance of the class.
Documentation generated on Fri, 3 Dec 2004 12:26:27 +0000 by phpDocumentor 1.3.0RC3