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

[eluser]InsiteFX[/eluser]
Code:
function get_total_rows($table = '')
{
    $query = $this->db->get($table);
    return $this->query->num_rows();
}

InsiteFX


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



Theme © iAndrew 2016 - Forum software by © MyBB