Welcome Guest, Not a member yet? Register   Sign In
Pagination Bug
#2

[eluser]Référencement Google[/eluser]
I think you inverted the total rows and per page, this should be:

Code:
$config['total_rows'] = $RowsPerPage; //using $this->db->count_all('products');
$config['per_page'] = 10;


Messages In This Thread
Pagination Bug - by El Forum - 06-29-2008, 05:39 AM
Pagination Bug - by El Forum - 06-29-2008, 03:37 PM
Pagination Bug - by El Forum - 07-01-2008, 03:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB