I have created under application/core folder a file called Auth_controller.php. I am using CodeIgniter 3. php 5.3.3 Centos 6.9
The content is
class Auth_Controller extends CI_Controller{
in config file i declare
$config['subclass_prefix'] = 'Auth_';
Then finally when i called it...
class Home extends Auth_Controller {
it gives me a
Fatal error: Class 'Auth_Controller' not found in /var/www/html/calllist/application/controllers/Home.php on line 3 Message: Class 'Auth_Controller' not found