Esempio n. 1
0
 public static function getProductFromId($id)
 {
     $arrProduct = ProductDAO::getProductFromId($id);
     return $arrProduct;
 }