DbAclSchema Class Reference
Inheritance diagram for DbAclSchema:

Public Member Functions | |
| after ($event=array()) | |
| after ($event=array()) | |
| before ($event=array()) | |
| before ($event=array()) | |
Public Attributes | |
| $acos | |
| $aros | |
| $aros_acos | |
| $name = 'DbAcl' | |
Detailed Description
Definition at line 34 of file db_acl.php.
Member Function Documentation
| DbAclSchema::after | ( | $ | event = array() |
) |
After callback to be implemented in subclasses
- Parameters:
-
array $events schema object properties public
Reimplemented from CakeSchema.
Definition at line 42 of file db_acl.php.
| DbAclSchema::after | ( | $ | event = array() |
) |
After callback to be implemented in subclasses
- Parameters:
-
array $events schema object properties public
Reimplemented from CakeSchema.
Definition at line 42 of file db_acl.php.
| DbAclSchema::before | ( | $ | event = array() |
) |
Before callback to be implemented in subclasses
- Parameters:
-
array $events schema object properties
- Returns:
- boolean Should process continue public
Reimplemented from CakeSchema.
Definition at line 38 of file db_acl.php.
| DbAclSchema::before | ( | $ | event = array() |
) |
Before callback to be implemented in subclasses
- Parameters:
-
array $events schema object properties
- Returns:
- boolean Should process continue public
Reimplemented from CakeSchema.
Definition at line 38 of file db_acl.php.
Member Data Documentation
| DbAclSchema::$acos |
Initial value:
array(
'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
'parent_id' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'model' => array('type'=>'string', 'null' => true),
'foreign_key' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'alias' => array('type'=>'string', 'null' => true),
'lft' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'rght' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1))
)
Definition at line 45 of file db_acl.php.
| DbAclSchema::$aros |
Initial value:
array(
'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
'parent_id' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'model' => array('type'=>'string', 'null' => true),
'foreign_key' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'alias' => array('type'=>'string', 'null' => true),
'lft' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'rght' => array('type'=>'integer', 'null' => true, 'default' => NULL, 'length' => 10),
'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1))
)
Definition at line 56 of file db_acl.php.
| DbAclSchema::$aros_acos |
Initial value:
array(
'id' => array('type'=>'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary'),
'aro_id' => array('type'=>'integer', 'null' => false, 'length' => 10, 'key' => 'index'),
'aco_id' => array('type'=>'integer', 'null' => false, 'length' => 10),
'_create' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
'_read' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
'_update' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
'_delete' => array('type'=>'string', 'null' => false, 'default' => '0', 'length' => 2),
'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1), 'ARO_ACO_KEY' => array('column' => array('aro_id', 'aco_id'), 'unique' => 1))
)
Definition at line 67 of file db_acl.php.
| DbAclSchema::$name = 'DbAcl' |
The documentation for this class was generated from the following files:
- 1.2.x.x/app/config/sql/db_acl.php
- 1.2.x.x/cake/console/libs/templates/skel/config/sql/db_acl.php