![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques | |
__construct (CriteriaElement $ele=null, $condition='AND') | |
& | add (CriteriaElement $criteriaElement, $condition='AND') |
render () | |
renderWhere () | |
renderLdap () | |
![]() | |
__construct () | |
setSort ($sort) | |
getSort () | |
setOrder ($order) | |
getOrder () | |
setLimit ($limit=0) | |
getLimit () | |
setStart ($start=0) | |
getStart () | |
setGroupBy ($group) | |
getGroupby () | |
Champs de données | |
$criteriaElements = array() | |
$conditions = array() | |
![]() | |
$order = 'ASC' | |
$sort = '' | |
$limit = 0 | |
$start = 0 | |
$groupby = '' | |
Collection of multiple CriteriaElements
__construct | ( | CriteriaElement | $ele = null , |
$condition = 'AND' |
|||
) |
Constructor
CriteriaElement | null | $ele | |
string | $condition |
& add | ( | CriteriaElement | $criteriaElement, |
$condition = 'AND' |
|||
) |
Add an element
CriteriaElement | object | $criteriaElement | |
string | $condition |
render | ( | ) |
Make the criteria into a query string
Réimplémentée à partir de CriteriaElement.
renderLdap | ( | ) |
Generate an LDAP filter from criteria
renderWhere | ( | ) |
Make the criteria into a SQL "WHERE" clause
$conditions = array() |
$criteriaElements = array() |