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