请教:关于CI翻页问题?
请问CI搜索翻页的时候参数如何处理的?比如说:http://localhost/ci/bolg/news/1
这是显示的第一页的结果,假如搜索查询信息的话,翻页的时候就要把搜索的参数带上
,请问各位高手,在CI中是如何实现的?
传统的搜索查询的URL是这样的http://localhost/ci/bolg.php?page=1&title=aa&type=4
如果在CI中是如何实现的? CI的翻页类不支持传统的?page=1,即query string
必须用斜杠url,如 index.php/news/list/1这种
详细用法参考手册的分页类部分 我现在就是想让翻页的地方URL是传统的的,请问有没有实现的方法 啊? http://codeigniter.org.cn/forums/thread-3147-1-1.html
http://codeigniter.org.cn/forums/thread-3261-1-1.html
推荐这两个帖子给你看 分页类也支持 query string 吧。。。
在 http://codeigniter.org.cn/user_guide/libraries/pagination.html 中搜索 page_query_string {:3_56:}记错,hiahia :lol
页:
[1]