Package Cake\Controller\Component
Package summary
Class summary
-
AclComponent
Access Control List factory class.
-
AuthComponent
Authentication control component class
-
CookieComponent
Cookie Component.
-
DbAcl
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.
-
EmailComponent
EmailComponent
-
IniAcl
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.
-
PaginatorComponent
This component is used to handle automatic model data pagination. The primary way to use this component is to call the paginate() method. There is a convenience wrapper on Controller as well.
-
RequestHandlerComponent
Request object for handling alternative HTTP requests
-
SecurityComponent
The Security Component creates an easy way to integrate tighter security in your application. It provides methods for various tasks like:
-
SessionComponent
The CakePHP SessionComponent provides a way to persist client data between page requests. It acts as a wrapper for the
$_SESSION
as well as providing convenience methods for several$_SESSION
related functions.
Interface summary
-
AclInterface
Access Control List interface. Implementing classes are used by AclComponent to perform ACL checks in Cake.