Ejemplo n.º 1
0
 public function lower2IndicatorList($mother_category)
 {
     $updates_model = new updates_model();
     $this->load->view('updates_lower2Indicator', array('getLower2Indicator' => $updates_model->geChildIndicator($mother_category)));
 }