![]() |
problem with pagination - 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: problem with pagination (/showthread.php?tid=46445) |
problem with pagination - El Forum - 11-01-2011 [eluser]keevitaja[/eluser] i have a problem with pagination. somehow it doesn't recognize on which page i'm on. it's allways showing the first page as active (just bold number 1). otherwise it works... Code: $config['per_page'] = 2; am i missing something? |