Example #1
0
 private function _getsCount($conditions = null)
 {
     return $this->_model->where($conditions)->count();
 }