| Recommend this page to a friend! |
| Classes of M.C. van der Most van Spijk | > | Config | > | Download .tar.gz .zip | > | > | > | |||||
|
| |||||||||||||||||||||||||||||||||||||||||||
| Detailed description | ||
| This class can be used to retrieve configuration values from INI files in XPath style. It can open an INI format file given a path that includes the base name, section and setting that you want retrieve. The class parses the file and returns the specified setting value. The singleton pattern is used to keep a cache of previously parsed INI files in case multiple setting values need to be retrieved. Example: $conf = Config::singelton('myconf.ini'); $setting = $conf->getSetting('myconf/email/cc'); |
| Groups | ||
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Files and Folders | Listing, accessing and manipulating files and folders | View top rated classes | |
| Configuration | Configuration formats parsing and generation | View top rated classes |
| Applications | ||||||
No application links were specified for this class.
|
|||||||||||||||