コード例 #1
0
ファイル: mdl.products.php プロジェクト: noikiy/cxe
 public function batchUpdatePrice($pricedata)
 {
     if (!function_exists("goods_update_price")) {
         require CORE_INCLUDE_DIR . "/core/goods.update_price.php";
     }
     return goods_update_price($pricedata, $this);
 }
コード例 #2
0
ファイル: mdl.products.php プロジェクト: noikiy/MyShop
 function batchUpdatePrice($pricedata)
 {
     if (!function_exists('goods_update_price')) {
         require CORE_INCLUDE_DIR . '/core/goods.update_price.php';
     }
     return goods_update_price($pricedata, $this);
 }