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');
|
|
| Name: |
Config |
| Base name: |
mickious_config |
| Description: |
Get config values from INI files XPath style |
| Version: |
- |
| PHP version: |
5 |
| License: |
MIT/X Consortium License |
| All time users: |
958 users |
| All time rank: |
3297 |
| Week users: |
1 user |
| Week rank: |
2100  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|