ppazos / yupp

Automatically exported from code.google.com/p/yupp
0 stars 0 forks source link

Agregar soporte para redirect con rutas #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
En lugar de hacer esto:

return $this->redirect(array('controller'=>'abx', 'action'=>'login', 
'params'=>array(...)));

Poder hacer:

return $this->redirect('abx/login', array(...));

Original issue reported on code.google.com by pablo.swp@gmail.com on 15 May 2012 at 2:15