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

[eluser]meemeo[/eluser]
u can use
Code:
$query = $this->db->orderby(....);

$total_row = $this->db->count_all_results('table');
        
$query = $this->db->get('table', 10, 30);

hope is ur Ans ^ ^




Messages In This Thread
$query->num_rows(); // Value is not expected .. This is not the total value - by El Forum - 03-15-2012, 03:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB