How to create pagination on CI4 |
Hi, I'm having a lot of trouble figuring out how to create pagination on Codeigniter 4.
This is my controller: PHP Code: $model = new TestModel(); This is the model: PHP Code: public function getItem($slug = false){ While in the view I recall the pagination. As you can see in the model I create the query to retrieve the results, while in the controller I call the model and pager. But I don't know what else to do, I don't understand how and why to use paginate () |
Welcome Guest, Not a member yet? Register Sign In |