Ejemplo n.º 1
0
 public function init()
 {
     parent::init();
     $form1 = new TestFormRandom();
     $form2 = new TestSubForm();
     $this->addSubForms(array('form1' => $form1, 'form2' => $form2));
     $this->moveElement('submit', 'after', 'form2');
 }