Home > Backend Development > PHP Tutorial > CI原生分页函数 碰到的问题

CI原生分页函数 碰到的问题

WBOY
Release: 2016-06-06 20:32:48
Original
1165 people have browsed it

当前的链接是:ci/index.php/tag/index/2009/
理论上应该显示的是tag=2009时的第一页
CI原生分页函数 碰到的问题

但是实际上上这样,一直找不到问题在哪里。
当我手动把链接加上一些参数时,比如ci/index.php/tag/index/2009/00
分页就能正确显示第一页。

我自己做的其他的一些页面,使用这个分页函数,都没问题,代码几乎一样,除了参数不同而已。

这个问题已被关闭,原因:与已有问题重复

回复内容:

当前的链接是:ci/index.php/tag/index/2009/
理论上应该显示的是tag=2009时的第一页
CI原生分页函数 碰到的问题

但是实际上上这样,一直找不到问题在哪里。
当我手动把链接加上一些参数时,比如ci/index.php/tag/index/2009/00
分页就能正确显示第一页。

我自己做的其他的一些页面,使用这个分页函数,都没问题,代码几乎一样,除了参数不同而已。

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