Exemple #1
0
 /**
  * 
  */
 public function fetchPlanningAction()
 {
     $rows = $this->_mapper->fetchPlanning($this->_getParam('fund'), $this->_getParam('year'));
     $this->_helper->json($rows->toArray());
 }