用户
 找回密码
 入住 CI 中国社区
搜索
12
返回列表 发新帖
楼主: ashiyouwu
收起左侧

[HELP] CI 按书上写的第一个程序就有问题

[复制链接]
发表于 2014-4-21 05:53:06 | 显示全部楼层
此书不建议继续往下看
发表于 2014-4-22 16:07:35 | 显示全部楼层
最新的应该这样写
class Project extends CI_Controller{
        public function Project()
        {
                parent::__construct();
发表于 2014-4-22 18:31:09 | 显示全部楼层
public function __construct()
    {
        parent::__construct();
        $this->start();   这样写就行了
}
 楼主| 发表于 2014-4-23 20:33:00 | 显示全部楼层
小刘 发表于 2014-4-22 18:31
public function __construct()
    {
        parent::__construct();

谢谢啦 已经解决
发表于 2014-5-7 16:48:52 | 显示全部楼层
直接看 用户手册吧

本版积分规则