codeigniter: unable to load model
If you are getting the above error, just take note of the "file case" specially on linux servers. $this->load->("MyM...

$this->load->("MyModel");
$this->load->("myModel");
$this->load->("Mymodel");
Are three different things.
:-)
1 comment
Thank you man!
Post a Comment