Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/09/2011, 14:32
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 7 meses
Puntos: 2135
Respuesta: Usar misma vista en varios actions

Tan sencillo como:

Código PHP:
Ver original
  1. public function algoAction() {
  2.      $this->render('otravista');
  3. }

Saludos.