下一页p30(关于 ThinkPHP6 分页样式的定制及点击下一页搜索条件丢失的解决方法)
首先说一下前提条件是多应用模式下,假设每页显示 3 条记录。
控制器文件所在路径:
/app/index/controller/DemoController.php
模板视图文件所在路径:
/app/index/view/demo/index.html
一、先来看默认情况下,ThinkPHP6 自带的分页样式
1、控制器 DemoController.php 代码如下:
namespace app\index\controller;
use app\BaseController;
use think\facade\Db;
use think\facade\View;
class DemoController extends BaseController
{
// 列表
// http://localhost/index.php/index/Demo/index.html
public function index()
{
//
// 列表数据 开始
//
$news_title = input(‘param.news_title’);
$where = ” is_show=’Y’ “;
if($news_title != ”)
{
$where .= ” and news_title like ‘%”.$news_title.”%’ “;
}
// 完整
相关资源:…if(
P30
)keyL |=0x01; switch(keyH) { case 0x70: key = 1; break
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站(www.hangzai.com)有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 5735363@.com 举报,一经查实,本站将立刻删除。