What is the problem with having an 'id' field on that table? I have a similar setup in a test application, and my join model has it's own id, a model1_id and model2_id.
With the appropriate associations set up (Model1 hasMany JoinObj, JoinObj belongsTo Model1,Model2, Model2 hasMany JoinObj), this works fine for me. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
