Welcome Guest, Not a member yet? Register   Sign In
CI 4 pagination problem
#4

Just run the queries and than return $this

Which allows you to chain on the paginate method.

So:


PHP Code:
$data['test'] = $model->yourQuery->paginate(10); 

Don't tell your model methods to return any object or array the paginate uses the find method to
return everything.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
CI 4 pagination problem - by lukasz.bluedragon - 09-20-2020, 05:29 AM
RE: CI 4 pagination problem - by InsiteFX - 09-20-2020, 10:16 PM
RE: CI 4 pagination problem - by InsiteFX - 09-22-2020, 05:35 PM
RE: CI 4 pagination problem - by nc03061981 - 09-23-2020, 01:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB