Example #1
0
 function get_category_3()
 {
     $m = new Category();
     $data = $m->getCategory_3_list();
     return $data;
 }