Re: Clarification on ACL

2006-07-07 Thread Ryan Petrain
Hi,I would get the ACM plugin and use it to set up the initial set up that you want and then look at the database so you can see the relations that are made.That might get you a better understanding of what is going on.
On 7/7/06, LetUsPrey [EMAIL PROTECTED] wrote:
I've finally gotten a basic auth system set up using ACL.That hashelped me understand the thing a lot better, but there's still one partI'm a bit fuzzy on when it comes to groups.I want to have groups (say
A, B, C, D) where a user can be a member of one, all, or anycombination of them.Each group has access to a different section ofthe website and the access is not shared.For example, the followingnested illustration is NOT what I am after.
A||-B ||-C||-DThis is, however, the only way that group access can be done in ACL,from what I've gathered from the documentation, since each ARO can onlyhave one parent.Now this nested style could work with by created an
increasingly large number of 'groups' to handle all combinations ofgroups, but this is would be a very ugly thing to do, so I ask am Imissing something in ACL that would make the multiple groups thingpossible, or is there any way to implement what I'm looking for?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake PHP group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Clarification on ACL

2006-07-07 Thread LetUsPrey

Yes, that is what I used for the initial setup, however, it does not
handle the multiple groups in the way I'm looking for without doing the
nested approach I mentioned above.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---