An abstract class defining the interface for creating Max database tables.
Note that only permanent tables are created with the table prefix defined in the configuration .ini file - temporary tables do NOT use the table prefix. This is because temporary tables are not defined in the table array in the configuration .ini file, and as such, must be referenced in the Data Access Layer code directly, and this is easier to do if the prefix doesn't have to be prepended in order to do so.
Located in /maintenance/libraries/max/Dal/Table.php (line 50)
Class | Description |
---|---|
![]() |
A class for creating the core Max database tables. |
![]() |
A class for creating the temporary Max database tables required for performing the maintenance statistics functions. |
The constructor method.
A factory method for creating tables.
A method for dropping tables.
A method for dropping temporary tables.
Documentation generated on Fri, 3 Dec 2004 12:27:43 +0000 by phpDocumentor 1.3.0RC3