Posts Tagged ‘config’

Zend_Config strategies

Tibo BeijenSunday, November 30th, 2008
zend_config-strategies

As applications often need to run on different setups (think: develop, test, production), configuration settings can usually be divided in a static ‘application’ part and a more dynamic ‘environment’ part. Zend Framework offers a very flexible set of classes that help reading and organizing configuration data and making it available throughout the entire application. But, as very often, there is no ‘only way’.

(more…)