News Feed
Jobs Feed
Sections




News Archive
Muhammad Hussein Fattahizadeh's Blog:
Zend Config tree solution
June 22, 2010 @ 08:42:58

In a new post to his blog Muhammad Hussein Fattahizadeh talks about defining a system that's a bit more handy than the usual one configuration file to one Zend_Config object relationship most projects use. His alternative uses a class to load multiple config files all at once.

The best part of my favorite PHP framework, Zend framework is Zend_Config. With Zend Config you can run you web application with more power full configuration that any one can change your application setting for use. [...] But in most web application you may have many configuration file with special format such as INI, XML or PHP. Also some of configuration is for one part of your application and may you put in special folders.

He includes the code for his class that allows you to start with a base folder and search through it to find ini, xml and php files with configuration information inside. There's also a snippet of code showing how to use it and pull configuration objects from the data it fetches.

0 comments voice your opinion now!
zendconfig configuration zendframework tutorial


blog comments powered by Disqus

Similar Posts

phpaddiction: PHP Application Configuration with YAML

Fred Wu's Blog: Zend Framework, where do you want to go tomorrow?

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 4: The View Factory

Tobias Schlitt's Blog: A Two-day Look at PHPWeekender

Matthew Weier O'Phinney's Blog: Creating Zend_Tool Providers


Community Events











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


opinion phpunit tool testing conference language release unittest code interview series development introduction functional zendframework2 framework application example community podcast

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