Guest User

Untitled

a guest
Jan 13th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2. class Bootstrap extends Zend_Application_Bootstrap_Bootstrap {
  3. //...
  4. protected function _initConfig(){
  5. $config_options = new Zend_Config($this->getOptions());
  6. Zend_Registry::set('config', $config_options);
  7. return $config_options;
  8. }
  9. }
Add Comment
Please, Sign In to add comment