Welcome Guest, Not a member yet? Register   Sign In
CI 4 pagination problem
#5

With Query, you can
1. Get current page: $curPage = $pager->getCurrentPage();
2. In your query, use LIMIT: LIMIT $curPage * $perPage, $perPage

Learning CI4 from my works, from errors and how to fix bugs in the community

Love CI & Thanks CI Teams

Reply


Messages In This Thread
CI 4 pagination problem - by lukasz.bluedragon - 09-20-2020, 05:29 AM
RE: CI 4 pagination problem - by InsiteFX - 09-20-2020, 10:16 PM
RE: CI 4 pagination problem - by InsiteFX - 09-22-2020, 05:35 PM
RE: CI 4 pagination problem - by nc03061981 - 09-23-2020, 01:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB