Hi, I want to use the ACL component in CakePHP and have got things up and running thanks to some blog posts by Mark Story and LemonCake. I do have a query about the ACL and if it's capable of users belong to multiple groups?
I found two previous posts on the subject: http://groups.google.com/group/cake-php/browse_thread/thread/2c219ca590789960/e13d168d0f86b49b?lnk=gst&q=ACL+multiple&rnum=1#e13d168d0f86b49b http://groups.google.com/group/cake-php/browse_thread/thread/633e56e4a79c31fd Both state that this isn't possible with CakePHP's ACL, has this changed or will this ever change? For example (taken from phpgacl) something like this where Han is a member of two groups. Default: DENY ALL Millennium Falcon Passengers |-Crew [ALLOW: ALL] | |-Han | |-Chewie [DENY: Engines] |-Passengers [ALLOW: Lounge] | |-Jedi [ALLOW: Cockpit] | | |-Obi-wan | | |-Luke [ALLOW: Guns] | |-R2D2 | |-C3PO |-Engineers [ALLOW: Engines, Guns] |-Han |-R2D2 Thanks, Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
