| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of M.C. van der Most van Spijk (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| 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'); |
| ||||
| Parse .ini files based on ini file specifications. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |