摘要:
thinkphp5两种分页方法 use \org\until\Page; public function page(){ //法一:thinkphp5自带分页 $list = Db::name('article')->paginate(5,true); $page = $list->render(); //法二:使用扩展类库分页 $count = Db::name('article')->c... 阅读全文
posted @ 2017-02-20 08:38
八路逆袭寡妇村
阅读(2082)
评论(0)
推荐(0)

浙公网安备 33010602011771号