I have been trying to load some models for this website I am building. However, for an unknown reason, it will bring the following error :
An Error Was Encou
Just adding my problem i had:
$this->load->model("planning/plan_model.php");
and the .php shouldnt be there, so it should have been:
.php
$this->load->model("planning/plan_model");
hope this helps someone