Hello,

I have a question about the cake conventions (which is a really good
idea, btw!). I am creating a database in which users can make friends
with other users. Therefore, I need a many-to-many table (called
friendships) which link two users together. Now, what do I do to follow
the cake conventions in the friendships table?
I could call the user references user1_id and user2_id, but that
wouldn't follow the conventions. Two make it clear who "asked" for
friendship in the system, I was thinking about just calling them
friendor_id and friendee_id, as I couldn't find a way to follow the
conventions anyway :).

Is there anything in the cake conventions that I've overlooked, or
should I just code my way out of this exception?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to