示例#1
0
文件: Product.php 项目: 06romix/store
 public static function getCount()
 {
     $where = ' WHERE product_status = 1';
     return DbFunctions::getEntityCount('product', $where)['COUNT(*)'];
 }