My take on using Cake is that you need a single-column primary key in all your tables. Assuming that perception is correct, it would be the root of your problems.
Can you simply add an autoincrement column into your ProductDescription table, and make the product_id/lang_code a candidate key (unique combination)? That would probably solve your issue. -r --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
