Implements interfaces:
Class ConfigDBStorage to store serialized configuration in a table.
Needs a table, create it if not exists using following statement:
Usage:
Located in /contenido/classes/mp/class.confighandler.php (line 236)
ConfigBaseAbstract | --ConfigDBStorage
Database instance
Name of table where the configuration is stored
Inherited from ConfigBaseAbstract
ConfigBaseAbstract::$_bError
ConfigBaseAbstract::$_key
ConfigBaseAbstract::$_lifetime
Constructor of ConfigDBStorage, delegates parameter to parent and sets some properties
Returns the configuration from db table
Removes the configuration from table.
Serializes and writes passed configuration into the table.
Inherited From ConfigBaseAbstract
ConfigBaseAbstract::__construct()
ConfigBaseAbstract::getExpires()
Documentation generated on Sun, 08 Feb 2009 22:00:24 +0100 by phpDocumentor 1.4.1