FrameworkOnFramework model behavior class
Located in /libraries/fof/model/field/number.php (line 17)
FOFModelField | --FOFModelFieldNumber
Class | Description |
---|---|
![]() |
FrameworkOnFramework model behavior class |
Inherited from FOFModelField
FOFModelField::$name
FOFModelField::$null_value
FOFModelField::$table_alias
FOFModelField::$type
FOFModelField::$_db
Perform a between limits match. When $include is true
the condition tested is: $from <= VALUE <= $to When $include is false the condition tested is: $from < VALUE < $to
Perform an interval match. It's similar to a 'between' match, but the from and to values are calculated based on $value and $interval: $value - $interval < VALUE < $value + $interval
Perform an outside limits match. When $include is true
the condition tested is: (VALUE <= $from) || (VALUE >= $to) When $include is false the condition tested is: (VALUE < $from) || (VALUE > $to)
The partial match is mapped to an exact match
Inherited From FOFModelField
FOFModelField::__construct()
FOFModelField::between()
FOFModelField::exact()
FOFModelField::getDefaultSearchMethod()
FOFModelField::getField()
FOFModelField::getFieldName()
FOFModelField::getFieldType()
FOFModelField::getSearchMethods()
FOFModelField::interval()
FOFModelField::isEmpty()
FOFModelField::outside()
FOFModelField::partial()
FOFModelField::search()
Documentation generated on Tue, 19 Nov 2013 15:09:40 +0100 by phpDocumentor 1.4.3