|
Previous Page |
Solar_Model_Nodes |
Next Page |
_addFilter()
protected
void
_addFilter (
string $col,
string $method
)
Adds a column filter.
Inherited from Solar_Sql_Model.
Parameters
- (string)
$col: The column name to filter. - (string)
$method: The filter method name, e.g. 'validateUnique'.
Returns
- (void)
Description
Adds a column filter.
This can be a "real" (table) or "virtual" (calculate) column.
Remember, filters are applied only to Record object data.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- __get()
- _addFilter()
- _addRelated()
- _belongsTo()
- _createTableAndIndexes()
- _exception()
- _fetchAll()
- _fetchAssoc()
- _fixFilters()
- _fixIndex()
- _fixModelName()
- _fixOrder()
- _fixPropertyCols()
- _fixStack()
- _fixTableCols()
- _fixTableName()
- _fixTagList()
- _hasMany()
- _hasOne()
- _newSelectByTags()
- _setup()
- apiVersion()
- countPages()
- countPagesByTags()
- countPagesRelated()
- delete()
- dump()
- fetch()
- fetchAll()
- fetchAllByTags()
- fetchAssoc()
- fetchCol()
- fetchNew()
- fetchOne()
- fetchPairs()
- fetchRelatedArray()
- fetchRelatedObject()
- fetchValue()
- fixSelectParams()
- getPaging()
- getRelated()
- insert()
- locale()
- newCollection()
- newRecord()
- newSelect()
- serializeCols()
- setPaging()
- unserializeCols()
- update()