![]() |
Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($db, $field, $table_alias=false) | |
getDefaultSearchMethod () | |
partial ($value) | |
exact ($value) | |
between ($from, $to, $include=true) | |
outside ($from, $to, $include=false) | |
interval ($value, $interval, $include=true) | |
range ($from, $to, $include=false) | |
modulo ($from, $to, $include=false) | |
![]() | |
__construct ($db, $field, $table_alias=false) | |
isEmpty ($value) | |
getDefaultSearchMethod () | |
getSearchMethods () | |
exact ($value) | |
partial ($value) | |
between ($from, $to, $include=true) | |
outside ($from, $to, $include=false) | |
interval ($from, $interval) | |
range ($from, $to, $include=true) | |
modulo ($from, $interval, $include=true) | |
search ($value, $operator='=') | |
getFieldName () | |
Membres hérités additionnels | |
![]() | |
static | getField ($field, $config=array()) |
static | getFieldType ($type) |
![]() | |
$null_value = null | |
![]() | |
$_db = null | |
$name = '' | |
$type = '' | |
$table_alias = false | |
__construct | ( | $db, | |
$field, | |||
$table_alias = false |
|||
) |
Constructor
FOFDatabaseDriver | $db | The database object |
object | $field | The field informations as taken from the db |
between | ( | $from, | |
$to, | |||
$include = true |
|||
) |
Dummy method; this search makes no sense for text fields
mixed | $from | Ignored |
mixed | $to | Ignored |
boolean | $include | Ignored |
exact | ( | $value | ) |
Perform an exact match (match string)
mixed | $value | The value to compare to |
Références $value.
getDefaultSearchMethod | ( | ) |
Returns the default search method for this field.
interval | ( | $value, | |
$interval, | |||
$include = true |
|||
) |
Dummy method; this search makes no sense for text fields
mixed | $value | Ignored |
mixed | $interval | Ignored |
boolean | $include | Ignored |
modulo | ( | $from, | |
$to, | |||
$include = false |
|||
) |
Dummy method; this search makes no sense for text fields
mixed | $from | Ignored |
mixed | $to | Ignored |
boolean | $include | Ignored |
outside | ( | $from, | |
$to, | |||
$include = false |
|||
) |
Dummy method; this search makes no sense for text fields
mixed | $from | Ignored |
mixed | $to | Ignored |
boolean | $include | Ignored |
partial | ( | $value | ) |
Perform a partial match (search in string)
mixed | $value | The value to compare to |
Références $value.
range | ( | $from, | |
$to, | |||
$include = false |
|||
) |
Dummy method; this search makes no sense for text fields
mixed | $from | Ignored |
mixed | $to | Ignored |
boolean | $include | Ignored |