Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
- //...
- protected function _initConfig(){
- $config_options = new Zend_Config($this->getOptions());
- Zend_Registry::set('config', $config_options);
- return $config_options;
- }
- }
Add Comment
Please, Sign In to add comment