예제 #1
0
파일: Imple.php 프로젝트: rocknoon/TCVM
 private function _getsCount($conditions = null)
 {
     return $this->_model->where($conditions)->count();
 }