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

[eluser]danmontgomery[/eluser]
http://ellislab.com/codeigniter/user-gui...odels.html

Quote:Where Model_name is the name of your class. Class names must have the first letter capitalized with the rest of the name lowercase. Make sure your class extends the base Model class.

The file name will be a lower case version of your class name. For example, if your class is this:

Not sure where you're seeing otherwise.


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



Theme © iAndrew 2016 - Forum software by © MyBB