Welcome Guest, Not a member yet? Register   Sign In
Pagination with Join Query
#3

Most of the times you can intermingle calls with your model and the query builder together. So you should be able to do something like:

PHP Code:
$users $userModel->join('foo''foo.user_id = users.id')->paginate(); 
Reply


Messages In This Thread
Pagination with Join Query - by kick - 03-07-2020, 01:05 PM
RE: Pagination with Join Query - by includebeer - 03-08-2020, 11:48 AM
RE: Pagination with Join Query - by kilishan - 03-09-2020, 06:50 AM
RE: Pagination with Join Query - by kick - 03-09-2020, 11:09 AM
RE: Pagination with Join Query - by dudinmaster - 10-30-2021, 12:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB