ACL Plugin for CakePHP 2.0
The core of CakePHP contains a system to control access rights based on Access control list. This mechanism is very useful but not very easy to use.
Features
Moreover, CakePHP doesn’t provide out of the box an interface to configure the rights managed through ACL.
This ACL Plugin for CakePHP provides an interface allowing to manage permissions of your application’s users and roles.
Technically, it allows to manage the content of the aros, acos and aros_acos tables, used by the CakePHP ACL Component.
Features
- creation of acos for each action of your controllers
- automatic detection of new controllers and/or actions
- clear display of roles permissions
- clear display of users specific permissions
- easy edition of roles permissions (through AJAX)
- easy edition of users specific permissions (through AJAX)
- available for CakePHP 1.3 and 2.x.