How to retrieve parameters from Zend application.ini file during the session? [duplicate]
This question already has answers here : Closed 7 years ago . Possible Duplicate: How could read application.ini on controller using zend framework application.ini is a configuration file in ZF. I have there some more settings than just those defaults that ZF manual writes about. But how may I retrieve those parameters from it from my action controllers for example? And where is it better to store this config during the session? The Bootstrap_Abstract class has getOptions() method which returns a simple php array of read application.ini file: $app = new Zend_Application(APPLICATION_ENV, '