I have read through the posts on how to set a "Friends" table to join user ids that want to be considered friends. What if they don't want to be friends? How could I set it to require approval from the other person before adding the user_ids to the friends table? Should I add another field in the join table to show if the relationship is approved or not? I am not real sure how to best set this up as all of the examples I have read through seem to involve the end result relationship of user_id and friend_id.
Would it be easier/better to have each user have their own group in ACL so their friends would have access to view private posts, etc? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
