Welcome Guest, Not a member yet? Register   Sign In
Weird problem trying to create/update a table with Model function
#9

[eluser]InsiteFX[/eluser]
This line is wrong! Your missing the () on the end of num_rows...
Code:
if ($query->num_rows > 0)

// should be!
if ($query->num_rows() > 0)

InsiteFX


Messages In This Thread
Weird problem trying to create/update a table with Model function - by El Forum - 04-14-2011, 10:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB