Welcome Guest, Not a member yet? Register   Sign In
Pagination and segment URIs
#2

(This post was last modified: 07-06-2020, 11:38 PM by jreklund.)

By the looks of things, there are a bug in 4.0.3, as the development version have changed how that feature works. And as of now (for you) it's broken. You need to load it manually for now.
https://codeigniter.com/user_guide/libra...e-manually

PHP Code:
$data['usergroups'] = $model->paginate(5'test', (int) $segment); 
Reply


Messages In This Thread
Pagination and segment URIs - by mboehmlaender - 07-06-2020, 10:44 PM
RE: Pagination and segment URIs - by jreklund - 07-06-2020, 11:37 PM
RE: Pagination and segment URIs - by jreklund - 07-07-2020, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB