Hi, I wonder what the best practice for configuration data is when using Zend_Application. Zend_Application uses a application.ini file with configuration data for an application. Formerly, a config.ini was used and I used to pass a Zend_Config object with this configuration data to Zend_Registry.
So what is the best practice to handle this now? Move all config data used by Zend_Application to the application.ini and leave the rest (if any) in the config.ini? Or move all config data to application.ini? If the second, how can I access this config data throughout my application? Is the an object with the application.ini data which can be accessed with Zend_Registry or should I handle this myself? Any comments? Thanks and best regards, Ralf
