OK, so I've got two tables: tasks and priorities. Many tasks can share
the same priority. So is this a HABTM relationship?

With HABTM, you usually have a join table but in my situation I don't
need one. I just have a foreign key in my tasks table (priority_id)
which points to the index of the priorities table. What do I do in
this situation? CakePHP is expecting a join table.

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to