FrameworkOnFramework model behavior class
Located in /libraries/fof/model/field/date.php (line 17)
FOFModelField | --FOFModelFieldText | --FOFModelFieldDate
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
Returns the default search method for this field.
Parses an interval –which may be given as a string, array or object– into a standardised hash array that can then be used bu the interval() method.
Interval date search
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)
Inherited From FOFModelFieldText
FOFModelFieldText::__construct()
FOFModelFieldText::between()
FOFModelFieldText::exact()
FOFModelFieldText::getDefaultSearchMethod()
FOFModelFieldText::interval()
FOFModelFieldText::outside()
FOFModelFieldText::partial()
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 14:57:56 +0100 by phpDocumentor 1.4.3