示例#1
0
文件: Imple.php 项目: rocknoon/TCVM
 private function _getsCount($conditions = null)
 {
     return $this->_model->where($conditions)->count();
 }