codeigniter 2.0 Fatal error: Class 'Controller' not found in

前端 未结 5 1772
梦如初夏
梦如初夏 2020-12-14 17:38

i have download the new codeigniter 2.0 and put my controller,model and view files in the new codeigniter 2.0 installation. but i got this error

Fatal error: Class

5条回答
  •  春和景丽
    2020-12-14 18:00

    I think you are not extending the controller like below;

    
    

    It's written on http://codeigniter.com/user_guide/general/controllers.html, you have to extend CI_Controller

提交回复
热议问题