Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined function insert() in C:wamp/www/app/models/users_model.php on line 48
#5

[eluser]cobolCowboy[/eluser]
okay Gang,

Just flew back in, and boy are my arms tired!!

Everybody was a little correct, and here's the original culprit line in the model.

Code:
$this->db>insert('users', $this);

there was a missing dash.

V
Code:
$this->db->insert('users', $this);

Many thanks,





Messages In This Thread
Fatal error: Call to undefined function insert() in C:wamp/www/app/models/users_model.php on line 48 - by El Forum - 03-24-2012, 03:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB