Hello everyone, I have a problem with Acl. I have an Application where my ACO's are my Controllers and their functions. My ARO's should be Roles that People are in. The setup looks like this: User hasOne Person Person hasAndBelongsToMany Roles
In the tutorials the setup is simpler, there you have User and Group and you use bindNode() to let ACL look up in the Group. In my situation I want it to look one step further: User over Person to Role. Is that possible? Is it supported to belong to multiple ARO's (Roles in my case) by Acl or will I run into Problems? Regards, Jens Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
