Welcome Guest, Not a member yet? Register   Sign In
$query->num_rows(); // Value is not expected .. This is not the total value
#2

[eluser]WanWizard[/eluser]
num_rows() returns the number of rows in the resultset, not in the table. If you want that, use
Code:
$this->db->count_all('table');

Read the manual, it's excellent. This is documented.


Messages In This Thread
$query->num_rows(); // Value is not expected .. This is not the total value - by El Forum - 04-01-2011, 05:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB