Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] Pagination
#3

Thank you a lot [b]kilishan[/b]!!!!

This works!
Code:
$companyModel
   ->where('user_id', 1)
   ->paginate(20, 'group1'),

This DONT work
Code:
$companyModel
   ->paginate(20, 'group1'),
   ->where('user_id', 1)

Pay attention in the order when creating a pagination guys!
Reply


Messages In This Thread
[SOLVED] Pagination - by gabrielcantarin - 05-22-2019, 12:48 PM
RE: Pagination - by kilishan - 05-22-2019, 07:30 PM
RE: Pagination - by gabrielcantarin - 05-23-2019, 04:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB