Listing 37.3. Akcja auth/registerform
public function registerformAction()
{
    $this->view->form = new Application_Form_Register();
}