Welcome Guest, Not a member yet? Register   Sign In
$this->load->model('Account'); doesn't work.. i had to use $this->load->model('Account_model');
#6

[eluser]Rushino[/eluser]
@twisted1919 : thanks for theses infos. However i think your wrong. Filename must be in lower case and class name must have the first letter capitalized. Loading the model is same as class name (capitalized first letter and rest lower case) however that what the user guide tell us. Anyone can confirm?


@Eric barn : yes that what i was looking for so thanks but this isnt said in the user guide so correct me if i am wrong ? The exemple saying load('Account') is also wrong since the model name must have _model.php in filename and it seem that calling the model without this won't work.

Would like to have some clarifications / explanations on what ive said above.

Thanks!


Messages In This Thread
$this->load->model('Account'); doesn't work.. i had to use $this->load->model('Account_model'); - by El Forum - 04-25-2011, 08:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB