![]() |
CodeIgniter 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: CodeIgniter Pagination (/showthread.php?tid=41664) |
CodeIgniter Pagination - El Forum - 05-13-2011 [eluser]James.Moriarty[/eluser] Hi. I have a problem with CI Pagination libarbry and i need your help. In config.php i set $config['enable_query_strings'] = TRUE; and CI Pagination url will like this: http://example.com/index.php?c=test&m=page&per_page=20 but i want it like http://example.com/index.php/test/page/20 but without set $config['enable_query_strings'] = FALSE; in config.php. Thanks CodeIgniter Pagination - El Forum - 05-13-2011 [eluser]James.Moriarty[/eluser] I think I got answer ![]() |