I have the tables: Users, Groups, and GroupsUsers. Users belongToMany
Groups. I'm using ACL to manage Users (aros) having crud access to
Groups (acos) and individual Users (acos).

For example User.1 belongs to Group.A and Group.B and has create/read/
update to Group.A. User.2 belongs to Group.A.

When User.1 is logged in and tries to access app/users/view/2 I need
to check if User.1 has read access to one or more groups that User.2
belongs to or if User.1 has specific acl permissions to access User.2.
What is the most logical way to go about this?
--~--~---------~--~----~------------~-------~--~----~
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