Generates the application base class (the main class) for database backended applications.
Located in /code/framework/RSDEngine/RSDEngineDBApplicationBaseClass.php (line 39)
RSDEngineClass | --RSDEngineDBApplicationBaseClass
Returns the child class name.
In fact ucfirst($this->config['projectName']) is returned.
Returns the class name.
In fact ucfirst($this->config['projectName']) . 'Base' is returned.
Returns the code for this class.
The generated class will be extending RSDApplication. Note that this method requires $this->config to be correctly filled with all configuration options of the RSDEngine.
Returns the name for an instance created from this class.
In fact strtolower($this->config['projectName']) is returned.
Inherited From RSDEngineClass
RSDEngineClass::RSDEngineClass()
RSDEngineClass::getClassName()
RSDEngineClass::getCode()
RSDEngineClass::getInstanceName()
RSDEngineClass::setWrite()
RSDEngineClass::toRSDFile()
Documentation generated on Mon, 8 Dec 2003 13:10:57 +0100 by phpDocumentor 1.2.3