Welcome Guest, Not a member yet? Register   Sign In
AnyCase ModelNames ( Ever wanted to capitalize your models however you wished? )
#4

[eluser]Xeoncross[/eluser]
I have a model class called "MYModel" that is in the file "MYModel.php". On my M$ localhost I can load it with

Code:
$this->load->model('MYModel');

However, this fails on a webserver (linux) stating the the model can't be found. I looked through the code and found that the name of the model is strtolower() so my question is why does it work on my local machine?


Messages In This Thread
AnyCase ModelNames ( Ever wanted to capitalize your models however you wished? ) - by El Forum - 11-28-2008, 01:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB