/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
// guardamos en el controlador del edit el referer
$this->set('returnTo', $this->referer());
// si en el form necesitamos poner links para cancelar hacemos...
// en el formulario incluimos un campo oculto para recuperar luego el valor
// y luego de procesar el formulario redireccionamos
$this->redirect($this->data['App']['returnTo']);
}
URL: http://cakephpilia.blogspot.com/2009/08/volver-la-pagina-correcta-y-la.html
Comments
 Subscribe to comments
                    Subscribe to comments
                
                