thinkphp
相关内容
  • thinkphp异常报错改成404
  • 标签解析:{related module=all field=id,title,url tag=thinkphp page=1 pagesize=10 urlrule=/tag/thinkphp-[page].html}

    查询解析: SELECT id,title,url,keywords,mid FROM (SELECT id,title,url,keywords,'article' AS mid FROM `dr_1_article` WHERE ((`title` LIKE "%thinkphp%" OR `keywords` LIKE "%thinkphp%")) UNION ALL SELECT id,title,url,keywords,'news' AS mid FROM `dr_1_news` WHERE ((`title` LIKE "%thinkphp%" OR `keywords` LIKE "%thinkphp%"))) as my LIMIT 0,10

    查询耗时: 0.057600975036621s

    当前路由:tag/home/index

    当前地址:tag/thinkphp.html

    动态地址:index.php?s=tag&name=thinkphp&c=home&m=index

    变量前缀:t

    总记录数:1

    分页功能:已开启

    当前页码:1

    总页数量:1(数据量未达到分页数据,因此只有一页)

    每页数量:10

    分页地址:/tag/thinkphp-{page}.html

    分页配置:

    可用字段:id、title、url、keywords、mid