getPageValue(); $data = $this->dao->getCateList($where, $page, $limit, $field); $count = $this->dao->count($where); return compact('data', 'count'); } }