Rob Allen-3 wrote:
> 
> 
> You can create an _initConfig() method in your Bootstrap class that  
> looks like this:
> 
>      protected function _initConfig()
>      {
>          $config = new Zend_Config($this->getOptions());
>          Zend_Registry::set('config', $config);
>      }
> 
> 
> Regards
> Rob...
> 


That's even better. Thank you Matthew and Rob.

-- 
View this message in context: 
http://www.nabble.com/How-to-get-Config-options--tp23817687p23836677.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to