欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp5.1 分页页码如何传值第二页也能附带传值

(元素模板) / 2023-11-23 15:53
thikphp 5.1 页码如何传值,第二页也能附带值
元素模板为您解答:
$data = $this

->where($where)

->order('art_id desc')

->paginate(10,false,['query' => ['keyword'=>$keyword] ]);

return $data;
主要是这句

->paginate(10,false,['query' => ['keyword'=>$keyword] ]);

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com