Welcome Guest, Not a member yet? Register   Sign In
ci4:version 4.4.3 Pagination
#3

(11-18-2023, 06:59 PM)kenjis Wrote: See https://codeigniter4.github.io/CodeIgnit...uri_string
Thanks @kenjis,
For having put me on the right path, the uri_string() function actually returns the segments following base_url(), I had completely missed that with URI pagination increases by one HO segment

FIX code

PHP Code:
          //custom byoosdigital.com
$part_uri explode('/'uri_string(ADMIN_URL.'user'));
$part_uri $part_uri[0].'/'.$part_uri[1]; 
Thanks you boss
Reply


Messages In This Thread
ci4:version 4.4.3 Pagination - by byoosdigital - 11-18-2023, 12:33 PM
RE: ci4:version 4.4.3 Pagination - by kenjis - 11-18-2023, 06:59 PM
RE: ci4:version 4.4.3 Pagination - by byoosdigital - 11-19-2023, 03:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB