码迷,mamicode.com
首页 > 其他好文 > 详细

tp5怎么实现搜索分页能保留搜索条件

时间:2018-01-16 18:21:47      阅读:1060      评论:0      收藏:0      [点我收藏+]

标签:use   false   style   als   where   ttl   query   request   分页   

1 $profit=Db::view(‘profit‘,‘settlement_time,money,balance_account,balance_account1,did,user‘)
2             ->view(‘dealer‘,‘company_name‘,‘dealer.id=profit.did‘)
3             ->where($d)
4             ->order(‘settlement_time‘,‘desc‘)
5             ->paginate(10,false,[‘query‘=>request()->param()]);

 

tp5怎么实现搜索分页能保留搜索条件

标签:use   false   style   als   where   ttl   query   request   分页   

原文地址:https://www.cnblogs.com/luojie-/p/8296114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!