RSDApplication is the base class for any application class.
It holds handles to all objects used in this application. It can be used as the only entry point to the whole application!
Located in /code/framework/RSDEngine/RSDApplication.php (line 40)
PEAR | --RSDApplication
Class | Description |
---|---|
RSDLiveUserApplication | RSDLiveUserApplication is the base class for any LiveUser application class. |
An instance of PEAR::Auth.
An instance of PEAR::DB
An instance of RSErrorManager (or a child class).
An instance of Smarty.
Associative array that holds handels to all RSDTable object created. The table name is used as the key.
The constructor initializes the field db and errorManager.
This method adds the table object passed as argument to the array $this->_tables.
Documentation generated on Mon, 8 Dec 2003 13:10:39 +0100 by phpDocumentor 1.2.3