Ver Mensaje Individual
  #13 (permalink)  
Antiguo 19/09/2011, 09:58
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Respuesta: No carga todo el file_get_contents

Sencillo:
Código PHP:
Ver original
  1. $Template = new Zend_View();
  2. $Template->setBasePath(APPLICATION_PATH . '/path/a/views');
  3. $Template->foo = 'bar';
  4.  
  5. $sTemplate = $Template->render('template.phtml');

Saludos.