예제 #1
0
파일: mdl.products.php 프로젝트: noikiy/cxe
 public function checkGoodsSpec(&$proto)
 {
     if (!function_exists("goods_check_gspec")) {
         require CORE_INCLUDE_DIR . "/core/goods.check_gspec.php";
     }
     return goods_check_gspec($proto, $this);
 }
예제 #2
0
 function checkGoodsSpec(&$proto)
 {
     if (!function_exists('goods_check_gspec')) {
         require CORE_INCLUDE_DIR . '/core/goods.check_gspec.php';
     }
     return goods_check_gspec($proto, $this);
 }