Stuhunohots
New Member
I am using cakephp 2.3.2 and I need to do a query on multi tables.I have this database:\[code\]--------------------------------------------------------------| Users | Agents | Companies | Ads |--------------------------------------------------------------| id | id | id | id || username | name | company | sector || password | lastname | vat | message || | user_id | user_id | user_id |--------------------------------------------------------------\[/code\]These are the associations (Models):User
- hasOne Agent
- hasOne Company
- hasMany Ads
- belongsTo User
- belongsTo User
- belongsTo User
- The ID of the AD exists
- The sector of the Company exists