How to Fix Unable to Load Model in Codeigniter
If you are getting the above error, just take note of the "file case" specially on linux servers. $this->load->("MyM...
https://www.czetsuyatech.com/2009/06/codeigniter-unable-to-load-model.html
If you are getting the above error, just take note of the "file case" specially on linux servers.
Are three different things.
:-)
$this->load->("MyModel");
$this->load->("myModel");
$this->load->("Mymodel");
Are three different things.
:-)
1 comment
Thank you man!
Post a Comment