CodeIgniter Forums
Records and array in the view - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Records and array in the view (/showthread.php?tid=40116)

Pages: 1 2


Records and array in the view - El Forum - 03-31-2011

[eluser]henry178[/eluser]
Why I have the "&" in my url????? :/


Records and array in the view - El Forum - 03-31-2011

[eluser]henry178[/eluser]
helpmy please!


Records and array in the view - El Forum - 03-31-2011

[eluser]InsiteFX[/eluser]
Try adding this to your pagination config!
Code:
$config['page_query_string'] = FALSE;

If that does not fix it then you have a problem with your routes.

InsiteFX


Records and array in the view - El Forum - 03-31-2011

[eluser]henry178[/eluser]
I changed the library pagination.php ... now it works! Thanks for the help