Class PhpgaclAxo

Description

Model to manipulate phpGACL AXOs.

  • since: 1.0
  • author: Mariano Iglesias

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

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

Name for the model.

  • since: 1.0
  • access: protected
string $useTable = 'axo' (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.

  • 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:44 -0300 by phpDocumentor 1.3.1