コード例 #1
0
ファイル: products.php プロジェクト: syjzwjj/quyeba
 public function count($filter = null)
 {
     return parent::count($this->_filter_product($filter));
 }
コード例 #2
0
ファイル: products.php プロジェクト: dalinhuang/shopexts
 public function get_schema()
 {
     $this->app = app::get('b2c');
     $columns = parent::get_schema();
     return $columns;
 }