form = $form; $this->failover = $form; parent::__construct(); } function Actions() { $actions = $this->form->Actions(); foreach($actions as $action) { $action->setFullAction('action_' . $action->actionName() .'?formController=' . str_replace(array('?','.'), array('&','%2e'), $this->form->FormAction()) ); } return $actions; } }