Welcome Guest, Not a member yet? Register   Sign In
[newbie]Cannot load model
#4

(This post was last modified: 06-16-2017, 03:35 AM by InsiteFX.)

1)

PHP Code:
$q $this->db->get('user')->row();

// should be

$q $this->db->get($this->user_table)->row(); 

Also make sure that when you saved the user_model that it was saved with the
first letter capitalized.

User_model.php
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
[newbie]Cannot load model - by pippuccio76 - 06-15-2017, 02:25 PM
RE: [newbie]Cannot load model - by donpwinston - 06-15-2017, 04:49 PM
RE: [newbie]Cannot load model - by Paradinight - 06-15-2017, 11:05 PM
RE: [newbie]Cannot load model - by InsiteFX - 06-16-2017, 03:34 AM
RE: [newbie]Cannot load model - by InsiteFX - 03-08-2018, 10:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB