aca lo que tienes que escribir en la clase bootstrap
Código HTML:
 protected function _initViewDoctype()// no le cambies el nombre a InitView si no te lanza una exepcion
{
        $this->bootstrap('view');
        $view = $this->getResource('view');
        $view->addHelperPath(dirname(__FILE__).'/views/helpers', 'App_views_helpers'); // Specify view helper and its path
        $view->setEncoding('UTF-8');
        $view->doctype('XHTML1_STRICT');
}
Código PHP:
   resources.view[] = 
    
 
