A generic system configuration file. Extend this for particular types of config file, such as .INI, shell definitions etc. Automatically calls the import_settings() method on instantiation.
Located in /file-defs.php (line 1050)
Class | Description |
---|---|
![]() |
A system configuration file in the form of a shell script. These are in the standard NAME=VALUE format, but implemented as 'sh' scripts so that other scripts can use them via '.'. This class is provided to allow Php scripts to easily access the config settings in these too. |
![]() |
A system configuration file in the form of an INI file. These are in the standard NAME=VALUE format, within sections. In this class we ignore the [sections], and just read in all of the NAME=VALUE pairs, stashing them into the 'settings' class var as an array. |
This will be implemented in the child class depending on config file type.
Documentation generated by phpDocumentor 1.3.0RC3