Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/05/2014, 16:49
lalolerena
 
Fecha de Ingreso: octubre-2010
Ubicación: Uruguay, Canelones
Mensajes: 66
Antigüedad: 14 años, 3 meses
Puntos: 6
Respuesta: Problema con Decorators Zend Form

Me autorespondo:
bootstrap.php
public function _initViewScriptPath() {

$this->bootstrap('view');
$view = $this->getResource('view');

$view->addScriptPath(APPLICATION_PATH . '/views/scripts/');
}