用户
 找回密码
 入住 CI 中国社区
搜索
楼主: Hex
收起左侧

CodeIgniter 分页教程(Pagination)

    [复制链接]
发表于 2009-2-24 14:27:45 | 显示全部楼层
ci中验证提交表单内容是否为空要在控制层里判断还是模型层啊?
 楼主| 发表于 2009-2-24 16:27:25 | 显示全部楼层
一般来说是在控制器中,在模型中可能会有点问题。
发表于 2009-2-25 17:15:43 | 显示全部楼层
我的分页做出来啦,开心!
发表于 2009-3-11 03:48:23 | 显示全部楼层
非常感谢,正在迷惑怎么分页

刚刚测试一下成功率
发表于 2009-3-26 15:52:49 | 显示全部楼层
顶个……刚学CI
发表于 2009-3-29 12:51:48 | 显示全部楼层
不错,楼主辛苦了.
发表于 2009-4-8 10:31:55 | 显示全部楼层
我用相同的方法,遇到一个问题,请问怎么解决?

Severity: 4096
Message: Object of class stdClass could not be converted to string
Filename: libraries/Table.php
Line Number: 269

ci1.7.1的版本
发表于 2009-4-8 11:59:45 | 显示全部楼层
已经解决,呵呵。
不用table类,自己做一个
发表于 2009-4-9 23:20:15 | 显示全部楼层
$this->table->set_heading('ID', 'Title', '作者', '描述');
怎么在网页显示中作者,描述是乱码呢?
发表于 2009-4-14 09:45:42 | 显示全部楼层
网页编码的问题吧

本版积分规则