Ejemplo n.º 1
0
 public function addSubFormActions(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/devotees/process')->setMethod('post');
     return $this;
 }
Ejemplo n.º 2
0
 public function addSubFormAction(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/register/process/')->setMethod('post');
     return $this;
 }