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');
#3

[eluser]Rushino[/eluser]
Hi there,

I tried your code but that doesn't change anything and btw ..

----
$this->load->model('Account_model');
$this->Account_model->insert_entry();
----

are working without problem with or without uppercase. Furthermore, that not the issue i was exposing.. you should read my post a bit more Tongue

If you look at the help file.. it tell us that we can load our models by using..

----
$this->load->model('Account');
$this->account->insert_entry();
----
while having as model filename account_model.php

but that doesn't work. I get this error.

----
An Error Was Encountered

Unable to locate the model you have specified: account
----

I was just wondering if it was a bug or not.

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, 05:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB