PHP Classes
elePHPant
Icontem

Config: Get config values from INI files XPath style

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-01-21 (7 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 1,099 All time: 3,297 This week: 1,113Up
Version License PHP version Categories
mickious_config 1.0MIT/X Consortium ...5PHP 5, Files and Folders, Configuration
Description Author

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');

Picture of M.C. van der Most van Spijk
Name: M.C. van der Most van ... <contact>
Classes: 2 packages by
Country: The Netherlands The Netherlands

  Files folder image Files  
File Role Description
Plain text file Config.class.php Class Config class
Accessible without login Plain text file example.php Example Example of use

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,099
This week:0
All time:3,297
This week:1,113Up