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

IBM developerWorks: Use PHP to build a search engine optimization app

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

Jani Hartikainen's Blog: Improving Ajax performance in Zend Framework applications

Volker Dusch's Blog: Running your Unittests everytime you save a file

Zend: Zend Technologies Secures Capital from TriplePoint


Community Events









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


example testing framework development zendframework2 database tool composer phpunit language release community podcast unittest introduction opinion object interview api code

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