I have one table for say Record. I need to maintain two foreign key say User_id for this record table. One user_id will hold the id of the user who will create that record and another user_id will hold that user id who will last modify the record.
In this case, record table must have two HasMany relationship with another table say User. How cake will handle this situation ???? whereas my MySql does not support duplicate columns..???? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
