Exemple #1
0
 public function getmanufacturelist()
 {
     $manufactures = new Manufactures();
     return $manufactures->fetchAll()->toArray();
 }