Class FiltersForm
Filterform to use filters in combination with CArrayDataProvider and CGridView
- CComponent
- CModel implements IteratorAggregate, ArrayAccess
- CFormModel
- FiltersForm
See:
http://www.yiiframework.com/wiki/232/using-filters-with-cgridview-and-carraydataprovider/
Located at x2engine/protected/models/FiltersForm.php
Located at x2engine/protected/models/FiltersForm.php
public
mixed
|
|
public
mixed
|
|
public
array
|
__construct(),
attributeNames(),
init()
|
addError(),
addErrors(),
afterConstruct(),
afterValidate(),
attributeLabels(),
beforeValidate(),
behaviors(),
clearErrors(),
createValidators(),
generateAttributeLabel(),
getAttributeLabel(),
getAttributes(),
getError(),
getErrors(),
getIterator(),
getSafeAttributeNames(),
getScenario(),
getValidatorList(),
getValidators(),
hasErrors(),
isAttributeRequired(),
isAttributeSafe(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
onAfterConstruct(),
onAfterValidate(),
onBeforeValidate(),
onUnsafeAttribute(),
rules(),
setAttributes(),
setScenario(),
unsetAttributes(),
validate()
|
__call(),
__isset(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
public
array
|
$filters | array() |
#
filters, key => filter string |
$attributes,
$errors,
$iterator,
$safeAttributeNames,
$scenario,
$validatorList,
$validators
|