form->prepare(); $this->form->setAttribute('title', $this->form->getLabel()); if($this->form->getAttribute('class')==''): $this->form->setAttribute('class', 'form'); endif; $buttons = $this->Partial('form/partial/buttons.phtml', array('form' => $this->form)); echo $this->form()->openTag($this->form); echo $this->formCollection($this->form); echo $buttons; echo $this->form()->closeTag();