News Feed
Jobs 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


blog comments powered by Disqus

Similar Posts

Michael Maclean's Blog: Where are all the decent PHP CMSes?

Timothy Boronczyk's Blog: Goto and Exceptions

SitePoint PHP Blog: Are PHP Namespaces Really So Bad?

NewsForge: Choosing an open source CMS

Secunia.com: HP System Management Homepage PHP Multiple Vulnerabilities


Community Events











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


symfony2 community rest development conference introduction database interview functional series podcast usergroup framework opinion example testing phpunit release zendframework2 language

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