Rob Allen-3 wrote:
> 
> 
> In you Bootstrap class (the one that extends
> Zend_Application_Bootstrap_Bootstrap), add this method:
> 
> 
>     protected function _initConfig()
>     {
>         $options = $this->getOptions();
>         $config = new Zend_Config($options);
>         Zend_Registry::set('config', $config);
>         return $config;
>     }
> 
> 

Thanks, Rob. 
That does the trick!
Regards, Joost van Veen
-- 
View this message in context: 
http://n4.nabble.com/Access-Zend-Application-config-ini-settings-as-object-not-array-tp758837p785934.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to