Home > Backend Development > PHP Tutorial > Thinkphp改变分页get,如/p/1.html改成/page/1.html

Thinkphp改变分页get,如/p/1.html改成/page/1.html

WBOY
Release: 2016-06-06 20:37:26
Original
1147 people have browsed it

如标题所示改变分页get,如/p/1.html改成/page/1.html
这两个分页在同一个页面哦,不能通过配置项改变吧,还有什么办法呢

回复内容:

如标题所示改变分页get,如/p/1.html改成/page/1.html
这两个分页在同一个页面哦,不能通过配置项改变吧,还有什么办法呢

<code>    C('VAR_PAGE')
</code>
Copy after login

配置里加

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template