Class PhpgaclAxoGroup

Description

Model to manipulate phpGACL AXO groups.

  • since: 1.0
  • author: Mariano Iglesias

Located in /plugins/phpgacl/models/phpgacl_axo_group.php (line 24)

AppModel
   |
   --PhpgaclAppModel
      |
      --PhpgaclAxoGroup
Variable Summary
string $name
string $useTable
array $validate
Method Summary
void beforeValidate ()
Variables
string $name = 'PhpgaclAxoGroup' (line 35)

Name for the model.

  • since: 1.0
  • access: protected
string $useTable = 'axo_groups' (line 43)

Table used by this model.

  • since: 1.0
  • access: protected
array $validate = array(
'value' => '/[a-z0-9\_\-]{1,}$/i',
'name' => VALID_NOT_EMPTY
)
(line 51)

Validation rules for this model.

  • since: 1.0
  • access: protected
Methods
beforeValidate (line 63)

Runs before a validation is executed. Used to validate for uniqueness of records and prevent parent_id looping.

  • since: 1.0
  • access: protected
void beforeValidate ()

Inherited Methods

Inherited From PhpgaclAppModel

PhpgaclAppModel::__construct()
PhpgaclAppModel::isDuplicate()
PhpgaclAppModel::_getCurrentId()

Documentation generated on Thu, 08 Mar 2007 21:52:45 -0300 by phpDocumentor 1.3.1