Generates the Application class (the main class) for database backended applications.
Located in /code/framework/RSDEngine/RSDEngineDBApplicationClass.php (line 39)
RSDEngineClass | --RSDEngineDBApplicationClass
Whether to overwrite an existing file. The default for this class is not to do so!
Inherited from RSDEngineClass
RSDEngineClass::$className
RSDEngineClass::$code
RSDEngineClass::$config
RSDEngineClass::$instanceName
RSDEngineClass::$preventWriting
Returns the class name.
In fact ucfirst($this->config['projectName']) is returned.
Returns the code for this class.
The generated class will be extending the application base class. 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:58 +0100 by phpDocumentor 1.2.3