$select = array("id" => 1,"first" => 0);$data = $this -> Count($select);
方法是:public function Count($where){
$count = $this -> where($where) -> count();
}为什么查出来的是整个表?
- 4 回答
- 0 关注
- 546 浏览
添加回答
举报
0/150
提交
取消