no

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...

If you are getting the above error, just take note of the "file case" specially on linux servers.


$this->load->("MyModel");
$this->load->("myModel");
$this->load->("Mymodel");


Are three different things.

:-)

Related

web-platform 235309248585344280

Post a Comment Default Comments

1 comment

Anonymous said...

Thank you man!

item