kao10324 发表于 2017-7-17 14:21:12

分页参数

本帖最后由 kao10324 于 2017-7-17 16:39 编辑

$config['base_url'] = "http://example.com/index.php/test/page/";
如果在搜索页面进行分页,搜索用的是表单input提交参数,那是不是必须把这些搜索参数也加入到base_url链接里来输出分页码?
还有别的链接简短的方式吗?
$config['attributes'] = array('class' => 'page');
这个类有写入.但是css文件里写的样式无效是什么情况

Hex 发表于 2017-7-18 10:16:30

分页类可以使用 GET 传参,参考手册 http://codeigniter.org.cn/user_guide/libraries/pagination.html 和教程 http://codeigniter.org.cn/forums/thread-17-1-1.html
页: [1]
查看完整版本: 分页参数