XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Criteria
+ Graphe d'héritage de Criteria:
+ Graphe de collaboration de Criteria:

Fonctions membres publiques

 __construct ($column, $value='', $operator='=', $prefix='', $function='')
 
 render ()
 
 renderLdap ()
 
 renderWhere ()
 
- Fonctions membres publiques hérités de CriteriaElement
 __construct ()
 
 setSort ($sort)
 
 getSort ()
 
 setOrder ($order)
 
 getOrder ()
 
 setLimit ($limit=0)
 
 getLimit ()
 
 setStart ($start=0)
 
 getStart ()
 
 setGroupBy ($group)
 
 getGroupby ()
 

Champs de données

 $prefix
 
 $function
 
 $column
 
 $operator
 
 $value
 
- Champs de données hérités de CriteriaElement
 $order = 'ASC'
 
 $sort = ''
 
 $limit = 0
 
 $start = 0
 
 $groupby = ''
 

Description détaillée

A single criteria

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $column,
  $value = '',
  $operator = '=',
  $prefix = '',
  $function = '' 
)

Constructor

Paramètres
string$column
string$value
string$operator
string$prefix
string$function

A common custom in some older programs was to use "new Criteria(1, '1')" to create an always true clause, WHERE 1 = "1"

This is no longer needed and now no longer works. Instead use "new Criteria('')" or "new CriteriaCompo()", either of which will produce no WHERE clause.

The following is a temporary workaround for the old technique

Documentation des fonctions membres

◆ render()

render ( )

Make a sql condition string

Renvoie
string

Réimplémentée à partir de CriteriaElement.

+ Voici le graphe des appelants de cette fonction :

◆ renderLdap()

renderLdap ( )

Generate an LDAP filter from criteria

Renvoie
string
Auteur
Nathan Dial ndial.nosp@m.@tri.nosp@m.llion.nosp@m.21.c.nosp@m.om, improved by Pierre-Eric MENUET pemen.nosp@m.@sou.nosp@m.rcefo.nosp@m.rge..nosp@m.net

◆ renderWhere()

renderWhere ( )

Make a SQL "WHERE" clause

Renvoie
string
+ Voici le graphe d'appel pour cette fonction :

Documentation des champs

◆ $column

$column

◆ $function

$function

◆ $operator

$operator

◆ $prefix

$prefix

◆ $value


La documentation de cette classe a été générée à partir du fichier suivant :