Ver Mensaje Individual
  #4 (permalink)  
Antiguo 07/11/2011, 10:18
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: borrar la url

Como te digo el tercer parámetro es para hacer el reset:

Código PHP:
Ver original
  1. <?php echo $this->url(array('controller' => 'Pais', 'action' => 'registrarpais'), 'default', true); ?>

Saludos.