コード例 #1
0
 /**
  * @see IModel::count()
  * @param $conditions
  * @return int
  */
 public function count($conditions)
 {
     return $this->db->count($this->table, $this->getConditons($conditions));
 }