Class RSDEngineDBApplicationPublicInitFile

Description

Generates the public init file.

The public init file includes the init file generated by the class RSDEngineDBApplicationInitFile. It does not forces authentication (that's why it's public!). It should only be generated for applications that use authentication.

Located in /code/framework/RSDEngine/RSDEngineDBApplicationPublicInitFile.php (line 43)

RSDEngineFile
   |
   --RSDEngineDBApplicationPublicInitFile
Variable Summary
Method Summary
String getCode ()
String getFilename ()
Variables
boolean $overwriteExisting = false (line 48)

Whether to overwrite an existing file. The default for this class is not to do so!


Redefinition of:
RSDEngineFile::$overwriteExisting
Whether to overwrite an existing file.

Inherited Variables

Inherited from RSDEngineFile

RSDEngineFile::$code
RSDEngineFile::$config
RSDEngineFile::$dir
RSDEngineFile::$filename
RSDEngineFile::$preventWriting
RSDEngineFile::$relatedClasses
RSDEngineFile::$relatedFiles
RSDEngineFile::$relatedFunctions
Methods
getCode (line 71)

Returns the code of the public initialization file.

Note that this method requires $this->config to be correctly filled with all configuration options of the RSDEngine.

String getCode ()

Redefinition of:
RSDEngineFile::getCode()
Returns the code for this file.
getFilename (line 58)

Returns the name of the public initialization file.

In fact strtolower($this->config['projectName']) . "Init_public.php" is returned.

String getFilename ()

Redefinition of:
RSDEngineFile::getFilename()
Returns the filename.

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:11:06 +0100 by phpDocumentor 1.2.3