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