acl.ini.php File Reference

Go to the source code of this file.


Namespaces

namespace  cake

Variables

 aco = access control object (something in your application)
 aco2
 aco2
 aco3
 aco3
 aco5
 aco5
 aco6
 aco6
The allow
 allow = aco1
 allow = aco1
 aro = access request object (something requesting access)
acl ini php Cake ACL Configuration
The deny
 deny = aco4
 deny = aco4
SVN FILE
User records are added as follows
 group2
 group3
 groups = group1
Group records are
added in a similar 
manner
The and groups
sections are all 
optional
ACL permissions are
checked in the
following 
order
Use this file to
specify user 
permissions

Variable Documentation

aco = access control object (something in your application)

Definition at line 32 of file acl.ini.php.

Referenced by DbAcl::allow(), AclShell::checkNodeType(), and DbAcl::getAclLink().

Definition at line 45 of file acl.ini.php.

Definition at line 39 of file acl.ini.php.

Definition at line 45 of file acl.ini.php.

Definition at line 39 of file acl.ini.php.

Definition at line 46 of file acl.ini.php.

Definition at line 40 of file acl.ini.php.

Definition at line 46 of file acl.ini.php.

Definition at line 40 of file acl.ini.php.

The allow

Definition at line 48 of file acl.ini.php.

allow = aco1

Definition at line 45 of file acl.ini.php.

allow = aco1

Definition at line 39 of file acl.ini.php.

Referenced by IniAcl::check().

aro = access request object (something requesting access)

Definition at line 33 of file acl.ini.php.

Referenced by DbAcl::allow(), AclShell::checkNodeType(), and DbAcl::getAclLink().

acl ini php Cake ACL Configuration

Definition at line 29 of file acl.ini.php.

Referenced by BakeShell::main().

The deny

Definition at line 48 of file acl.ini.php.

deny = aco4

Definition at line 46 of file acl.ini.php.

deny = aco4

Definition at line 40 of file acl.ini.php.

Referenced by IniAcl::check(), AclShell::deny(), and AclShell::help().

SVN FILE

Definition at line 3 of file acl.ini.php.

User records are added as follows

Definition at line 35 of file acl.ini.php.

Definition at line 38 of file acl.ini.php.

Definition at line 38 of file acl.ini.php.

groups = group1

Definition at line 38 of file acl.ini.php.

Referenced by IniAcl::check().

Group records are added in a similar manner

Definition at line 42 of file acl.ini.php.

The and groups sections are all optional

Definition at line 48 of file acl.ini.php.

Use this file to specify user permissions

Definition at line 31 of file acl.ini.php.

Referenced by ProjectTask::execute().