can a model be associated to itself in cake ?
if so, then you would need a user-user table
like this:
CREATE TABLE user_user {
usera_id INT UNSIGNED,
userb_id INT UNSIGNED
PRIMARY KEY(usera_id, userb_id)
}
anyways, this is a special case to my opinion
which cannot be baked. i might be wrong, but
you have to set it up manually.
good luck and let us know how you did it
jyrgen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---