Re: Multiple HABTMs

2008-10-09 Thread Yodiaditya
You can use HasMany and BelongsTo : OS hasMany requirements (on model OS) browsers hasMany requirements (on model browsers ) requirements belongsTo OS, browsers (on model requirements) check on manual.cakephp.org about explanation using association hasMany and belongsTo On 10/9/08, Ralle <[EMA

Multiple HABTMs

2008-10-09 Thread Ralle
Here's the situation: table browsers: id name table operatingsystems: (OS) id name table requirements id name user_id etc. etc. I need to link requirements to a browser and OS combination. E.g. one requirement needs to be fulfilled in XP/Firefox, XP/IE7 and Ubuntu/Firefox How would my join tab