Class RSDEngineDBApplicationPrivateInitFile

Description

Generates the private init file.

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

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

RSDEngineFile
   |
   --RSDEngineDBApplicationPrivateInitFile
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 70)

Returns the code of the private initialization file of the application.

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 57)

Returns the name of the private initialization file.

In fact strtolower($this->config['projectName']) . "Init_private.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