Guest User

Untitled

a guest
Jul 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2.  
  3. class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
  4. {
  5. protected function _initViewSettings()
  6. {$this->bootstrap('view');
  7.  
  8. $this->bootstrap('view');
  9. $view = $this->getResource('view');
  10. $view->doctype('XHTML1_STRICT');
  11.  
  12. /*
  13. $view = new Zend_View();
  14. $view->doctype('XHTML1_STRICT');
  15. *
  16. */
  17. }
  18.  
  19. }
Add Comment
Please, Sign In to add comment