News Feed
Sections

News Archive
Eirik Hoem's Blog:
Simple config management for PHP
May 30, 2008 @ 07:54:50

In a new post to his blog today, Eirik Hoem gives an example of using the parse_ini_file function to work with .ini files as configuration for your application.

When doing complex applications it's often nice to have some sort of system for handling settings. PHP has a nice function called parse_ini_file which can be used to create a basic but still usable setting file feature. A simple class which loads the configuration file and offers some methods to retrieve the values for a given key is all that's needed.

His example code gives a sample ini file with database connection information and a MyConfigClass that parses the file and can get or set values in it.

0 comments voice your opinion now!
parseinifile configuration management example code



Similar Posts

Alan Knowles' Blog: Code Reviewing.

Elizabeth Smith's Blog: Php User Streams - why doesn't anyone use them?

Pierre-Alain Joye's Blog: how to do not work around filter (don't be lazy :)

PHPHacks.com: How to create an Ajax RSS reader with PHP

OReilly: Managing Sessions and State with PHP


Community Events











Don't see your event here?
Let us know!


conference book package releases code zendframework PEAR job PHP5 release zend database ajax example mysql cakephp framework application security developer

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework