Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe QueryHelper

Fonctions membres publiques statiques

static orderbyPrimary ($orderby)
 
static orderbySecondary ($orderby, $orderDate='created', DatabaseInterface $db=null)
 
static getQueryDate ($orderDate, DatabaseInterface $db=null)
 
static buildVotingQuery ($params=null)
 

Description détaillée

Content Component Query Helper

Depuis
1.5

Documentation des fonctions membres

◆ buildVotingQuery()

static buildVotingQuery (   $params = null)
static

Get join information for the voting query.

Paramètres
\Joomla\Registry\Registry$paramsAn options object for the article.
Renvoie
array A named array with "select" and "join" keys.
Depuis
1.5
Obsolète:
5.0 Deprecated without replacement, not used in core

Références $params, et ComponentHelper\getParams().

◆ getQueryDate()

static getQueryDate (   $orderDate,
DatabaseInterface  $db = null 
)
static

Translate an order code to a field for date ordering.

Paramètres
string$orderDateThe ordering code.
DatabaseInterface$dbThe database
Renvoie
string The SQL field(s) to order by.
Depuis
1.6

Références $db, et Factory\getDbo().

Référencé par ArchiveModel\getListQuery().

◆ orderbyPrimary()

static orderbyPrimary (   $orderby)
static

Translate an order code to a field for category ordering.

Paramètres
string$orderbyThe ordering code.
Renvoie
string The SQL field(s) to order by.
Depuis
1.5

Référencé par CategoryModel\_buildContentOrderBy(), et FeaturedModel\populateState().

◆ orderbySecondary()

static orderbySecondary (   $orderby,
  $orderDate = 'created',
DatabaseInterface  $db = null 
)
static

Translate an order code to a field for article ordering.

Paramètres
string$orderbyThe ordering code.
string$orderDateThe ordering code for the date.
DatabaseInterface$dbThe database
Renvoie
string The SQL field(s) to order by.
Depuis
1.5

Références $db, Factory\getDbo(), et PluginHelper\isEnabled().

Référencé par CategoryModel\_buildContentOrderBy(), ArchiveModel\populateState(), et FeaturedModel\populateState().


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