Welcome Guest, Not a member yet? Register   Sign In
Num_rows Error
#2

[eluser]clip[/eluser]
Would start with trying this:
Code:
$this->db->select();
Try removing both calls to this method all together or change it to:
Code:
$this->db->select('*');
or use:
Code:
$this->db->count_all_results('table_name');


Messages In This Thread
Num_rows Error - by El Forum - 12-03-2009, 11:12 AM
Num_rows Error - by El Forum - 12-03-2009, 12:27 PM
Num_rows Error - by El Forum - 12-03-2009, 01:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB