![]() |
I have problem with Pagination Library (C.I Version 2.2.0) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: I have problem with Pagination Library (C.I Version 2.2.0) (/showthread.php?tid=60826) |
I have problem with Pagination Library (C.I Version 2.2.0) - El Forum - 07-08-2014 [eluser]Tống Kiện Phi[/eluser] This is my config: Code: $this->pagination->initialize( config pagination (in config.php): Code: $config['pagination'] = array( And i have link: http://domain.com/manager.html It's work well. But when link is: http://domain.com/search.html?q=anh It's generate the pagination links become http://domain.com/search.html?page=1 , it's remove q param. How to config it's work well? Thanks, p/s: Sr, my english is not good. |