Esempio n. 1
0
 public function fetchAll()
 {
     $category = new Category_model();
     $results = $category->fetchAll();
     return $results;
 }