Class RSDEngineControllerFile

Description

Helper class for creating template files.

Located in /code/framework/RSDEngine/RSDEngineControllerFile.php (line 38)

RSDEngineFile
   |
   --RSDEngineControllerFile
Direct descendents
Class Description
RSDEngineControllerFileFooter The generated file is included by the template file footer.tpl (created by RSDEngineTemplateFileFooter).
RSDEngineControllerFileHeader The generated file is included by the template file header.tpl (created by RSDEngineTemplateFileHeader).
RSDEngineDBControllerFileCreate Generates the controller file for inserting records into a table.
RSDEngineDBControllerFileDelete Generates the controller file for deleting records from a table.
RSDEngineDBControllerFileGet Generates the controller file for selecting records from a table.
RSDEngineDBControllerFileGetOne Generates the controller file for selecting one record from a table.
RSDEngineDBControllerFileGetStored Generates the controller file for selecting one record from a table.
RSDEngineDBControllerFileSearch Generates the controller file for searching records in a table.
RSDEngineDBControllerFileUpdate Generates the controller file for inserting records into a table.
RSDEngineDBControllerFileUpdateArea Generates the controller file for updating a LiveUser area.
RSDEngineDBControllerFileUpdateGroup Generates the controller file for updating a LiveUser group.
RSDEngineDBControllerFileUpdateRight Generates the controller file for updating a LiveUser right.
Method Summary
RSDEngineControllerFile RSDEngineControllerFile (Array &$config, [String $filename = false], [String $code = false])
Variables
Methods
Constructor RSDEngineControllerFile (line 55)

Constructor that does the initialization.

RSDEngineControllerFile RSDEngineControllerFile (Array &$config, [String $filename = false], [String $code = false])
  • Array $config: An associative array containing all configuration options.
  • String $filename: The name of the file to create. Passing this argument makes only sense if the method getFilename does not get overwritten. This argument is optional. The default is false.
  • String $code: The code of the file to create. Passing this argument makes only sense if the method getCode does not get overwritten. This argument is optional. The default is false.

Inherited Methods

Inherited From RSDEngineFile

RSDEngineFile::RSDEngineFile()
RSDEngineFile::getCode()
RSDEngineFile::getFilename()
RSDEngineFile::setOutputDirectory()
RSDEngineFile::setRelatedClasses()
RSDEngineFile::setRelatedFiles()
RSDEngineFile::setRelatedFunctions()
RSDEngineFile::setWrite()
RSDEngineFile::writeToDirectory()

Documentation generated on Mon, 8 Dec 2003 13:10:45 +0100 by phpDocumentor 1.2.3