示例#1
0
文件: Database.php 项目: im286er/ent
 /**
  * 统计数量
  *
  * @param string $query            
  * @return string
  */
 public function count($query)
 {
     $query = $this->toArray($query);
     return $this->result($this->_model->count($query));
 }