예제 #1
0
파일: Product.php 프로젝트: 06romix/store
 public static function getCount()
 {
     $where = ' WHERE product_status = 1';
     return DbFunctions::getEntityCount('product', $where)['COUNT(*)'];
 }