Hi Ralf, I too have been wondering about this, and have concluded that moving the configuration data into application.ini is the best approach, if for any other reason because it consolidates the config data to a single file. I don't see any harm in doing so, and the upside is one only has to deal with a single config file rather than wonder if multiple files exist.
Would love to hear others' thoughts on this. Jason Ralf Eggert wrote: > > 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? > -- View this message in context: http://www.nabble.com/Best-practice-for-configuration-data-tp24600872p24630594.html Sent from the Zend Framework mailing list archive at Nabble.com.
