I am working on ACL and I think I'm almost there at getting it to work
properly.
I have the following objects:
Aros:
-------------------
Group
|- Group.1
|- User.1
----------------------
User.1 inherits all of Group.1's permissions, this works fine
Acos:
-----------------
Post
|-Post.1
|-Post.2
-------------------
Aro_Aco
--------------------
aro(Group.1), aco(Post), CRUD(1111)
Now, if I grant Group.1 permission to Post with CRUD = 1111, shouldn't
User.1 have the ability to edit any post? I'm not having any luck with
this. If I grant Group.1 permission to edit Post.1 than it works, but
I want to just grant Group.1 permission to edit all posts
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---