Hi netikala > Currently diving in to cakephp ACL . Has anybody allready made a > system that allows to put one user to multiple groups and then check > their premissions based on that info (ex: query one persons info and > groups to get full accesslist for that person)?
1. "put one user to multiple groups" As Nate points out in the thread you linked, the Cake ACL system doesn't support this. A user or group node in the Aro tree can have only one parent. 2. "ex: query one persons info and groups to get full accesslist for that person" Do you mean by this: give the user's (Aro) alias and get back a list Acos that indicate what the user has access to? If so, then the answer is yes. You can use the functions built into the Acl component to do exactly that. I have done so for the system that I am currently building to allow me to limit what data a user has access to, given their permissions. If you would like to know more, please let me know. Regards, Langdon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
