Example #1
0
 function get_category_2($id)
 {
     $m = new Category();
     $data = $m->getCategory_2_list($id);
     return $data;
 }