News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Vidyut Luther's Blog:
"Where do you 'define' your environment variables" ...update/workaround/s
January 23, 2006 @ 06:41:21

On his blog, phpcult.com, today, Vidyut Luther has posted an update to his previous post asking where people usually define their settings.

My last post created a lot of conversation about how one should go about setting configuration options for your code. I realized, no one mentioned the use of PHP's built in parse_ini_file.

function. This seems to address my problems with one large monolothic file pretty easily. I can still have a globals.conf.php which handles global settings, but I can also use this ini file, to load specific things that are only necessary for modules on an as needed basis. The global scope would be aware of the CONFIG_FILE constant, and I can parse specific sections of it whenever I need to.

He notes that he'll try it in the next few days, but I imagine he'll like what he sees - especially if he's looking for a simple, external way to change information in a file and have it affect the entire app (without changing code).

0 comments voice your opinion now!
php define environment variables update parse_ini_file php define environment variables update parse_ini_file



Similar Posts

Paperbagcoder: MVC and PHP

Justin Silverton\'s Blog: Converting PHP Scripts to Windows Apps

Matthew Weir O'Phinney's Blog: PHP Library Channel

Laura Thomson\'s Blog: NYPHP Conference 2006 (\"Writing Maintainable Code\")

Community News: New York PHP Conference Discount


Community Events









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


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

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