I have created a model Admin_Model
under Application\core
directory of code igniter. I put all basic database operations under it. When I try to extend my models who are under Application\model
directory, it throws error.
Fatal error: Class 'Admin_Model' not found in <path to root>/application/models/new_model.php on line 3
Should I miss any configuration?