The app I'm working on has a fairly distinct set of roles. Very rarely will privileges be different than those afforded by the basic role. This has led me to question ACL, and it's need for a record for every user... Is ACL the answer in these less-complex situations?
Although it occurs to me as I write this, perhaps in my case, I needn't have users as AROs, but entire roles. So instead of alice, bob and carl in aros, I have registered_user, sys_admin, etc. Then I could possibly code it so as to allow more specific privileges by adding individual users on an as-needed basis... ?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
