Welcome Guest, Not a member yet? Register   Sign In
How can I use a join to paginate the model?
#4

Yeah, your error message would be fine.

It might sound weird or funny but can you please try your join lines without "customers".id  ? As in the example below:

PHP Code:
->join('contact''contact.customer_id = id''left')
->
join('address''address.customer_id = id''left'
Reply


Messages In This Thread
RE: How can I use a join to paginate the model? - by demyr - 11-12-2022, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB