Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 Pagination With Join and Where sql
#4

(This post was last modified: 06-23-2022, 02:09 AM by kenjis.)

I don't know what you did.
But all you have to do to create pagination links is to call the method with appropriate arguments.

PHP Code:
$pager->makeLinks($page$perPage$total

It might be good to forget about CI4 Model pagination.

Or if you want to do something like CI4 Model pagination,
read BaseModel::paginate() method, and override it for your need.
Reply


Messages In This Thread
RE: Codeigniter 4 Pagination With Join and Where sql - by kenjis - 06-23-2022, 02:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB