Advertisement
rodro1

Codigniter pagination with get paramiter link

Jan 6th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // PUT IT ON PAGINATION CONFIG
  2.  
  3. if (count($_GET) > 0) $config['suffix'] = '?' . http_build_query($_GET, '', "&");
  4. $config['first_url'] = $config['base_url'].'?'.http_build_query($_GET);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement