Inheritance diagram for Permission:

Public Member Functions | |
| __construct () | |
Public Attributes | |
| $actsAs = null | |
| $belongsTo = array('Aro', 'Aco') | |
| $cacheQueries = false | |
| $name = 'Permission' | |
| $useTable = 'aros_acos' | |
Definition at line 269 of file db_acl.php.
| Permission::__construct | ( | ) |
Constructor, used to tell this model to use the database configured for ACL
Reimplemented from Overloadable.
Definition at line 309 of file db_acl.php.
References $config, __construct(), and Configure::read().
| Permission::$actsAs = null |
| Permission::$cacheQueries = false |
| Permission::$name = 'Permission' |
| Permission::$useTable = 'aros_acos' |
1.4.7