예제 #1
0
파일: updates.php 프로젝트: titojaymz/lswdo
 public function lower2IndicatorList($mother_category)
 {
     $updates_model = new updates_model();
     $this->load->view('updates_lower2Indicator', array('getLower2Indicator' => $updates_model->geChildIndicator($mother_category)));
 }