Example #1
0
 function edit($id)
 {
     $this->evaluation->id = $id;
     $this->load->addViewData('indicator_list', $this->indicatorList());
     parent::edit($id);
 }