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

[已解决] Class 'Controller' not found

[复制链接]
发表于 2010-10-11 09:39:12 | 显示全部楼层 |阅读模式
Class 'Controller' not found

<?php
class Blog extends Controller {

function Blog()
{
  parent::Controller();
}

function index()
{
  echo '你好,世界!';
}
}
?>

config.php

$config['base_url']        = "http://127.0.0.1/";
发表于 2010-10-13 14:49:36 | 显示全部楼层
控制器放在控制器文件夹下面。

本版积分规则