i have created a MY_Controller.php that extends CI_Controller inside application/core folder And Created a Public_Controller.php that extends the MY_Controller at the same folder
I created a User.php controller that extends MY_Controller this works perfectly but when change i the User controller to extend the Public_Controller i got this error
Severity: Error
Message: Class 'Public_Controller' not found
Is this a bug ?
is there any other well known bugs in codeigniter version 3.0.0
I solved the problem sir : i added this block of codes in my application/config/config.php
}