Tagged Questions
0
votes
2answers
81 views
CakePHP model associations via an intermediary table?
I have a Home model that links to a Realtor model on Home.realtor_num = Realtor.num.
I have an Office model linked to the Realtor model on Realtor.office_num = Office.num.
Suppose I want easy access ...