![]() |
Pagination for my query - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Pagination for my query (/showthread.php?tid=50661) |
Pagination for my query - El Forum - 04-03-2012 [eluser]ThatsJustMe[/eluser] Hello, So basically I have a helper and it's code is - Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Now I need to add a pagination for it, so there is only 5 rows per page. I tried to add pagination library and echoed it out, but it gives me 3 pages, which doesn't work. Code - Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); Any suggestions? Pagination for my query - El Forum - 04-04-2012 [eluser]ThatsJustMe[/eluser] bump! Pagination for my query - El Forum - 04-04-2012 [eluser]BrokenLegGuy[/eluser] http://ellislab.com/forums/viewthread/135509/ |