News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Local config files and Zend_Application
November 29, 2010 @ 10:50:14

Rob Allen has a new post today showing you how to load in your own local configuration files into a Zend_Application Zend Framework app.

A friend of mine recently had a requirement where she wanted to have two config files loaded into Zend_Application, so that the specific settings for the server were not stored in the version control system. Hence she has two config files: application.ini and local.ini where local.ini is different on each server. The easiest way to approach this problem is to load the two files within index.php, merge them and then pass the merged config file to Zend_Application.

He includes the code to handle the import - pulling in both configuration files with Zend_Config and merging them with a "merge" call and setting their access back with a "setReadOnly".

0 comments voice your opinion now!
zendframework zendapplication configuration file zendconfig


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: A couple of good Zend Framework articles

Till Klampaeckel's Blog: Zend Framework: Slow automatic view rendering

KillerPHP.com: Zend Framework Components Part 2: Zend_View

Adam Jensen's Blog: A Reusable Zend Framework Content Module

PHPMaster.com: Multi-Language Support in CodeIgniter


Community Events











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


introduction community development testing release opinion series functional language podcast conference zendframework2 interview code composer database tool object example framework

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