Esempio n. 1
0
 public static function getAllCategories()
 {
     $arrCategorie = ProductDAO::getAllCategories();
     return $arrCategorie;
 }