Example #1
0
 public function access_ModelProduct_FindProductByIdProdAndOrder($id, $col, $sens)
 {
     include_once "models/product.php";
     $product = new Product();
     $resultat = $product->findProductByIdProdAndOrder($id, $col, $sens);
     return $resultat;
 }