Class Group
- Model
-
AppModel
-
BEAppModel
-
Group
Version:
$Revision$
Modifiedby: $LastChangedBy$
Lastmodified:
Located at models/account/group.php
Modifiedby: $LastChangedBy$
Lastmodified:
$LastChangedDate$
$Id$
Located at models/account/group.php
Methods summary
public
|
|
public
|
|
public
|
|
public
integer
|
Methods inherited from BEAppModel
am(),
buildQueryStatement(),
checkDate(),
checkDuration(),
checkFloat(),
checkNumber(),
containLevel(),
email(),
fieldsString(),
findObjects(),
findObjectsAfterFilter(),
findObjectsClauses(),
findObjectsCount(),
getBindingsLevel(),
getDefaultDateFormat(),
getDriver(),
getEndQuote(),
getLimitClausole(),
getStartQuote(),
setBindingsLevel(),
setupDbParams(),
toolbar()
Methods inherited from AppModel
Properties summary
public
string
|
$name
|
#
'Group'
|
public
array
|
$validate
|
#
array(
'name' => array(
'rule' => 'notEmpty'
)
)
|
public
array
|
$hasAndBelongsToMany
|
#
array("User")
|