Пример #1
0
 public function addSubFormActions(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/devotees/process')->setMethod('post');
     return $this;
 }
Пример #2
0
 public function addSubFormAction(Zend_Form_SubForm $subForm)
 {
     $subForm->setAction('/register/process/')->setMethod('post');
     return $this;
 }