|
本帖最后由 Juyuntung 于 2012-4-13 14:42 编辑
$config['base_url'] = 'http://localhost/tuan/test/index/';
$config['total_rows'] = 200;
$config['per_page'] = 20;
$config['use_page_numbers'] = TRUE;
$this->pagination->initialize($config);
echo $this->pagination->create_links();
为什么启用了,点下一页效果还是 http://localhost/tuan/test/index/20,不是应该显示页数嘛。。
求大神指点。。感谢!
|
|