Example #1
0
 public function getFilter($p)
 {
     if (!function_exists("goods_get_filter")) {
         require CORE_INCLUDE_DIR . "/core/goods.get_filter.php";
     }
     return goods_get_filter($p, $this);
 }
Example #2
0
 function getFilter($p)
 {
     if (!function_exists('goods_get_filter')) {
         require CORE_INCLUDE_DIR . '/core/goods.get_filter.php';
     }
     return goods_get_filter($p, $this);
 }