Articles tagged with "acl"
ACL Management Plugin
A simple, easy, AJAXY, solution for managing your access control lists.
[Read more] Automatically load all controllers and actions into ACO tables for ACL with a CakePHP Task
If you've spent anytime wanting to use ACL on your applications, you know how tedious it can be to manually enter your entire controller and action structure. This Task will handle finding and loading or updating all of those for you whenever you run it from the command line.
There isn't a section for Shell/Task code so I figured plugins was the place to go.
[Read more] There isn't a section for Shell/Task code so I figured plugins was the place to go.
Caching ACL permissions with CachedAclComponent
When you set up ACL with a bunch of groups with subgroups, you will end up with five or maybe more queries per request. When you have a lot of active users it might fry your database. This is a simple solution to get rid of all those queries.
[Read more]
Latest Comments