用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3204|回复: 4
收起左侧

[已解决] CI分页

[复制链接]
发表于 2011-9-14 10:01:32 | 显示全部楼层 |阅读模式
        $config['full_tag_open'] = '<div>';
                $config['full_tag_close'] = '</div>';
                $config['anchor_class'] = "pagination_div";
               
                $this->pagination->initialize($config);
配置以后进行初始化,然后在css中定义链接的样式,但总是查看生成的html源文件是这样:<a pagination_divhref="http://127.0.0.1/CI/index.php/books/index/3">2</a>,本应该是<a class="pagination_div" href="http://127.0.0.1/CI/index.php/books/index/3">2</a>,求助.....
发表于 2011-9-14 10:19:06 | 显示全部楼层
哪个版本?
 楼主| 发表于 2011-9-14 10:21:05 | 显示全部楼层
2.0.3最新的
发表于 2011-9-14 14:36:39 | 显示全部楼层
bug??
发表于 2011-9-14 15:07:11 | 显示全部楼层
看了下源码,确实是有问题。
只在分页类构造函数里加了 class=""
而 initialize 方法没有做处理。
应该是 BUG。

本版积分规则