Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/12/2012, 11:05
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: llamada a una página en Zend

Usa el url view helper en tu vista.

Código PHP:
Ver original
  1. <?php echo $this->form('tuforma', array('url' => $this->url(array('action' => 'okTrans', 'controller' => 'tucontroller'))); ?>