Ver Mensaje Individual
  #16 (permalink)  
Antiguo 16/04/2012, 23:04
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: Dudas, "Framework" Casero..

Tienes que pasarle al menos el setScriptPath:
Código PHP:
Ver original
  1. $view = new Zend_View();
  2. $view->setScriptPath(APP_PATH . '/views/scripts');

Saludos.