Example #1
0
 /**
  * 
  */
 public function listAppointmentObjectiveAction()
 {
     $this->_helper->layout()->disableLayout();
     $mapperAppointment = new Client_Model_Mapper_Appointment();
     $id = $this->_getParam('id');
     $this->view->rows = $mapperAppointment->listObjectives($id);
 }