News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Accessing your configuration data in application.ini
December 01, 2009 @ 08:58:23

Rob Allen has a quick tip for Zend Framework users looking to get to the configuration values in their application.ini file.

Zend_Application will read the data in your application.ini and make it available from your bootstrap's getOptions() method. It then sets the bootstrap as a parameter in the front controller. Note that the top level keys are all normalised to lowercase too. You can then retrieve the options in a number of ways.

He gives examples of pulling them into a controller, an object outside the controller and an interesting conflict that using the Zend_Config component could cause.

0 comments voice your opinion now!
zendframework configuration setting tutorial


blog comments powered by Disqus

Similar Posts

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHPUnit part 2

Alexander Netkachev's Blog: About Eclipse PHP IDE php.ini location

Padraic Brady's Blog: Example Zend Framework Blog Application Tutorial - Part 9 PDF Download

Zend Developer Zone: Using JavaScript in PHP with PECL and SpiderMonkey

Zend Developer Zone: Integrating PHP with System i using Web Services


Community Events











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


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

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