Hi guys. I'm new to Exposed. By looking at the exa...
# exposed
e
Hi guys. I'm new to Exposed. By looking at the examples in the README, I don't quite understand how you could join towards the same table multiple times, since the
Table
elements are `object`s, not classes. For example, a Customer with two foreign key fields for Address, one for
billing_address
and one for
visiting_address
? How can you write a query than gets some fields from both Customer and the two Address entries?