Welcome Guest, Not a member yet? Register   Sign In
Wrong class loaded
#1

[eluser]KacperK[/eluser]
When I call this function

$this->load->model("Company")

from my controller (and there exists a model with this name) it just loads my own controller class (also Company).
But when I try to call another model (for example company_model) it just gives me:

Fatal error: Class 'Company_model' not found in /var/www/html/servicedesk-kacper/system/core/Loader.php on line 188.


Please help!




Theme © iAndrew 2016 - Forum software by © MyBB