Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/08/2009, 14:00
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Helpers Zend Framework

Lo que yo tengo en el Bootstrap es así:
Código PHP:
Ver original
  1. protected function _initViewResources() {
  2.         $this->bootstrap('view');
  3.         $view = $this->getResource('view');
  4.         $view->doctype('XHTML1_STRICT');
  5.         $view->addHelperPath(APPLICATION_PATH . '/views/helpers/', 'App_Helper');
  6.     }

Saludos.