Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Fix Paginate
Post: RE: Fix Paginate

kenjis Wrote: (02-23-2022, 05:57 PM) -- I just wanted to know how to reproduce the bug. Because I was not able to write test code to reproduce the bug. Anyway it already was fixed in the develop ...
5,188 Views
5 Replies
02-23-2022, 11:26 PM
krummyjack
    Thread: Fix Paginate
Post: RE: Fix Paginate

kenjis Wrote: (02-15-2022, 09:38 PM) -- How do you raise the error? the problem is that pagination by segments doesn't work. With the second code that I have put, the problem is corrected.  ...
5,188 Views
5 Replies
02-23-2022, 05:58 AM
krummyjack
  Wink Thread: Fix Paginate
Post: Fix Paginate

This code don't work. The segment has a error. The fix: system\BaseModel.php Before PHP Code: -- public function paginate(?int $perPage = null, string $group = 'default', ?int $page = null, int...
5,188 Views
5 Replies
02-09-2022, 04:14 AM
krummyjack
    Thread: Problem with Route_To
Post: RE: Problem with Route_To

InsiteFX Wrote: (04-07-2021, 01:43 AM) -- SYSTEMPATH/CodeIgniter.php : 234   —  CodeIgniter\Exceptions\FrameworkException::forMissingExtension () That error means your missing the intl php extensi...
2,576 Views
4 Replies
04-07-2021, 10:34 PM
krummyjack
    Thread: Problem with Route_To
Post: RE: Problem with Route_To

InsiteFX Wrote: (04-06-2021, 01:39 AM) -- Did you try installing the develop version of CodeIgniter 4 any bugs may have been fixed. CodeIgniter 4 develop version (https://github.com/codeigniter4/Cod...
2,576 Views
4 Replies
04-06-2021, 10:20 PM
krummyjack
    Thread: Problem with Route_To
Post: Problem with Route_To

I have programmed the following route which works correctly, it uses a regex Code: -- $routes->addPlaceholder('slug_alfa', '[a-z0-9]+[\-]?[a-z0-9]+([\-][a-z0-9]+)*'); $routes->get('(:slug_alfa)/s...
2,576 Views
4 Replies
04-05-2021, 11:22 PM
krummyjack

Theme © iAndrew 2016 - Forum software by © MyBB