Welcome Guest, Not a member yet? Register   Sign In
Newbie at Codeigniter with Login Model
#2

[eluser]Benito[/eluser]
Welcome to the Forums!
The reason for your problem is that you are not returning the results.
What you should be using is:
Code:
if($query->num_rows() == 1)
  return $query->row();
else
  return FALSE;
Of course you can use result(), result_array() etc. whichever suits your needs.
You should check the documentation for generating query results.

Cheers.


Messages In This Thread
Newbie at Codeigniter with Login Model - by El Forum - 07-25-2011, 07:21 AM
Newbie at Codeigniter with Login Model - by El Forum - 07-25-2011, 08:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB