コード例 #1
0
ファイル: Imple.php プロジェクト: rocknoon/TCVM
 private function _getsCount($conditions = null)
 {
     return $this->_model->where($conditions)->count();
 }