Class iniconfigfile

Description

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.

Use the 'getvalue()' method to access the read-in vars.

Located in /file-defs.php (line 1141)

configfile
   |
   --iniconfigfile
Method Summary
 iniconfigfile iniconfigfile (mixed $path)
 void import_settings ()
Variables
Methods
Constructor iniconfigfile (line 1142)
iniconfigfile iniconfigfile (mixed $path)
import_settings (line 1147)

Process the configfile.

void import_settings ()

Redefinition of:
configfile::import_settings()
This will be implemented in the child class depending on config file type.

Inherited Methods

Inherited From configfile

 configfile::configfile()
 configfile::getvalue()
 configfile::import_settings()
 configfile::settingexists()
 configfile::settingscount()

Documentation generated by phpDocumentor 1.3.0RC3