Welcome Guest, Not a member yet? Register   Sign In
Cannot make num_rows work
#5

[eluser]huskyfritz[/eluser]
Yes, lots of records.. My code using num_rows is same as it showed in codeigniter documentation.

The documentation says like this:
Code:
$query = $this->db->query('SELECT * FROM my_table');
   echo $query->num_rows();

and here's my code:
Code:
$query_array = $this->db->query('SELECT STATEMENT');
  die($query_array->num_rows());

do u know what's wrong with my code?

Thanks


Messages In This Thread
Cannot make num_rows work - by El Forum - 10-16-2012, 08:09 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:23 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 08:41 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:16 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 10:52 PM
Cannot make num_rows work - by El Forum - 10-16-2012, 11:54 PM
Cannot make num_rows work - by El Forum - 10-17-2012, 12:56 AM
Cannot make num_rows work - by El Forum - 10-17-2012, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB