Closed homelinen closed 10 years ago
Should be able to add friends and get the list of friends.
User->getRelationships() and User->hasRelationship($user2) might be where you'd want it.
User->getRelationships()
User->hasRelationship($user2)
Should be able to add friends and get the list of friends.
User->getRelationships()
andUser->hasRelationship($user2)
might be where you'd want it.