![]() |
Problem with pagination class - 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 class (/showthread.php?tid=59868) |
Problem with pagination class - El Forum - 12-02-2013 [eluser]Unknown[/eluser] tried doing this on my own but had no luck =/ My pagination is on the main page, I have some sort of blog system there, the only other view on that controller is login, which after enabling the pagination just disappeared and now instead of URL/login it displays the main page. My controller: Code: public function view($page = 'index') Code: $route['login'] = "pages/view/login"; I'd be really glad if any of you guys could give me a hand ![]() Thanks in advance! P.S Sorry I might look like a parasite, just registered and already asking for help, I'm just really stuck, no help on stackoverflow either =/ |