When I use Class Hello extends CI_Controller in the CodeIgniter framework, everything runs fine. But when I run Class Hello extends Controller, I get the following error:
Fatal error: Class 'Controller' not found in C...... on line 2
Anybody know whats going on? Is the Controller class in CodeIgniter deprecated or something of that nature?
CI_Controller, that's the name of the controller's core class.