Class RSDEngineTemplateFile

Description

Helper class for creating template files.

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

RSDEngineFile
   |
   --RSDEngineTemplateFile
Direct descendents
Class Description
RSDEngineDBTemplateFileCreate Generates the smarty template file for inserting records into a table.
RSDEngineDBTemplateFileDelete Generates the smarty template file for deleting records from a table.
RSDEngineDBTemplateFileGet Generates the smarty template file for selecting all records from a table.
RSDEngineDBTemplateFileGetOne Generates the smarty template file for selecting a single record from a table.
RSDEngineDBTemplateFileGetRecord Generates the smarty template file to be included by the get-template to display the records.
RSDEngineDBTemplateFileSearch Generates the smarty template file for searching records from in table.
RSDEngineDBTemplateFileSearchRecord Generates the smarty template file to be included by the search-template to display the records.
RSDEngineDBTemplateFileUpdate Generates the smarty template file for updating records in a table.
RSDEngineDBTemplateFileUpdateArea Generates the smarty template file for updating a LiveUser area.
RSDEngineDBTemplateFileUpdateGroup Generates the smarty template file for updating a LiveUser group.
RSDEngineDBTemplateFileUpdateRight Generates the smarty template file for updating a LiveUser right.
RSDEngineTemplateFileFatalError Generates the smarty template file for viewing an occurred error.
RSDEngineTemplateFileFooter Generates the smarty footer template.
RSDEngineTemplateFileHeader Generates the smarty header template.
RSDEngineTemplateFilePaging Generates the smarty template file for the paging feature.
RSDEngineTemplateFilePermissionDenied Generates the smarty template file for informig the user about a denied permission.
Method Summary
RSDEngineTemplateFile RSDEngineTemplateFile (Array &$config, [String $filename = false], [String $code = false])
Variables
Methods
Constructor RSDEngineTemplateFile (line 55)

Constructor that does the initialization.

RSDEngineTemplateFile RSDEngineTemplateFile (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:12:50 +0100 by phpDocumentor 1.2.3