Welcome Guest, Not a member yet? Register   Sign In
How to change the amount of rows in a listing
#2

[eluser]Vega[/eluser]
If I understand you correct, you want to display 50 per page, you should set per_page in your pagination config array:

Code:
$config['per_page'] = 50;

See: http://ellislab.com/codeigniter/user-gui...ation.html


Messages In This Thread
How to change the amount of rows in a listing - by El Forum - 08-24-2010, 04:06 PM
How to change the amount of rows in a listing - by El Forum - 08-24-2010, 05:33 PM
How to change the amount of rows in a listing - by El Forum - 08-24-2010, 05:50 PM
How to change the amount of rows in a listing - by El Forum - 08-24-2010, 06:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB