コード例 #1
0
ファイル: updates.php プロジェクト: titojaymz/lswdo
 public function showIndicator($mother_category)
 {
     $updates_model = new updates_model();
     $this->load->view('updates_showIndicator', array('getLibCodes' => $updates_model->getLibCodes($mother_category), 'getIndicatorUpdate' => $updates_model->getIndicatorUpdate($mother_category)));
 }