It kind of depends on how the data is to be used.

One simple thing would be a self-referential hasMany since you can
then have two or more parents (many divorces these days) using a
single field.
Check out this post for a quick setup:
http://groups.google.com/group/cake-php/browse_thread/thread/0a94ab760f078e47

/Martin


On Sep 2, 1:00 pm, Michael <[EMAIL PROTECTED]> wrote:
> So, I have a user table, and other tables use user_id and cakephp
> links it all up. But, each user has a mother and a father, also users.
> But I cannot use mother_id since they are all just in the user table
> and user_id cannot be used since both mother and father would need to
> use that. Is there another way that I am not thinking of? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to