Package Cake\Controller\Component\Acl

Class summary

  • DbAcl implements an ACL control system in the database. ARO's and ACO's are structured into trees and a linking table is used to define permissions. You can install the schema for DbAcl with the Schema Shell.

  • IniAcl implements an access control system using an INI file. An example of the ini file used can be found in /config/acl.ini.php.

  • PhpAcl implements an access control system using a plain PHP configuration file. An example file can be found in app/Config/acl.php

  • Access Control Object

  • Access Request Object

Interface summary

  • Access Control List interface. Implementing classes are used by AclComponent to perform ACL checks in Cake.

© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/2.8/package-Cake.Controller.Component.Acl.html