Abstract filter class for filters with one parametized value
Located in /model/SqlFilters.php (line 74)
miSqlFilter | --miSqlFilterOneValue
Class | Description |
---|---|
miSqlFilterSubstring | Filter for matching substrings. Uses the like operator |
miSqlFilterStarts | Filter for matching the begining of strings. Uses the like operator |
miSqlFilterEnds | Filter for matching the endings of strings. Uses the like operator |
miSqlFilterSimple | Base filter class for simple comparion operator filters |
miSqlFilterIn | Filter checking that the field is equal to any of the vaues |
The filter value
Inherited from miSqlFilter
miSqlFilter::$_name
Construct the filter
Inherited From miSqlFilter
miSqlFilter::__construct()
miSqlFilter::getName()
miSqlFilter::getSql()
miSqlFilter::getSqlFields()
Documentation generated on Thu, 08 May 2008 16:57:34 +0300 by phpDocumentor 1.4.1