我的代码是
<?php
class HelloWorld extends controller{
function HelloWorld(){
parent::controller();
}
function index(){
$this -> load ->view ('index_view');
}
}
?>
相应的错误信息如下:
( ! ) Fatal error: Class 'controller' not found in
C:\wamp\www\CodeIgniter\application\controllers\helloworld.php on line 2 Call Stack #
Time Memory Function Location 1 0.0012 385952 {main}( )
..\index.php:0 2 0.0040 458984 require_once(
C:\wamp\www\CodeIgniter\system\core\CodeIgnit