Ver Mensaje Individual
  #2 (permalink)  
Antiguo 31/03/2015, 12:09
diurno10
(Desactivado)
 
Fecha de Ingreso: abril-2013
Ubicación: rosario
Mensajes: 248
Antigüedad: 11 años
Puntos: 17
Respuesta: Layouts en Zend Framework 1

En tu controlador test pone esto en el init, algo asi
Código PHP:
Ver original
  1. public function init(){
  2.         parent::init();
  3.         $this->_helper->layout()->setLayout('universal');
  4. }