Class AfDefaultFilter
This filter acts as a catch-all and matches columns where every word in the expression appears in any order.
- CComponent
- AfBaseFilter
- AfDefaultFilter
Package: advancedfilters\filters
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfDefaultFilter.php
Author: Keith Burton kburton@kappasoft.net
Located at filters/AfDefaultFilter.php
Methods summary
public
true
|
#
acceptsFilterExpression( )
The AfDefaultFilter class acts as a catch all, so accepts any expression. |
public
CDbCriteria
|
Methods inherited from AfBaseFilter
__construct()
,
createFilter()
,
getColumnExpression()
,
getDbConnection()
,
getDbHelper()
,
getFilterExpression()
,
getInvertLogic()
,
stripPrefixSuffixString()
Magic methods summary
Properties summary
public
string
|
$wordDelimiter
the string used to split the expression into separate words. Any whitespace around the resulting words will be trimmed. |
#
' '
|