Example #1
0
 /**
  * 
  */
 public function fundPlanningAction()
 {
     $this->_helper->layout()->disableLayout();
     $form = new Fefop_Form_FundPlanning();
     $form->setAction($this->_helper->url('save-planning'));
     $this->view->form = $form;
     $mapperModule = new Fefop_Model_Mapper_Module();
     $this->view->programs = $mapperModule->listModulesGrouped();
 }