问题 How can i overwrite the default view object in zend framework so i could have the custom one. class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { function _initViewHelpers() { $this->bootstrap('view'); $view = $this->getResource('view'); $view->doctype('HTML4_STRICT'); $view->setHelperPath(APPLICATION_PATH . '/helpers', ''); $view->headMeta()->appendHttpEquiv('Content-type', 'text/html;charset=utf-8') ->appendName('description', 'Zend Framework'); $view->headTitle()->setSeparator('