[SOLVED] CI4 Pagination don't work fine |
Hi to all,
i use CI 4.0.3 and I read CI4 documentation : https://codeigniter.com/user_guide/libra...ation.html This is my controller: PHP Code: <?php namespace App\Controllers; This is my model : PHP Code: <?php namespace App\Models; In my php Page I wrote this: PHP Code: <?= $pager->links()?> BUT, in my web page I watch only an "1" (I attached an image); this is the HTML rendered by previous code: PHP Code: ... In my database I have 12 records and if I play with pagination's params I see different records. Where I am wrong? ![]() ![]() Many thanks for your help! Rodrigo |
Messages In This Thread |
[SOLVED] CI4 Pagination don't work fine - by rodrigo76 - 06-23-2020, 10:05 AM
RE: CI4 Pagination don't work fine - by rodrigo76 - 06-24-2020, 01:12 AM
RE: [SOLVED] CI4 Pagination don't work fine - by Leo - 06-27-2020, 01:07 AM
|