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é
Référence de la classe ContentHelperQuery

Fonctions membres publiques statiques

static orderbyPrimary ($orderby)
 
static orderbySecondary ($orderby, $orderDate='created')
 
static getQueryDate ($orderDate)
 
static buildVotingQuery ($params=null)
 
static orderDownColumns (&$articles, $numColumns=1)
 

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

Références $params.

◆ getQueryDate()

static getQueryDate (   $orderDate)
static

Translate an order code to a field for primary category ordering.

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

Références $db.

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

◆ orderbyPrimary()

static orderbyPrimary (   $orderby)
static

Translate an order code to a field for primary category ordering.

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

Référencé par ContentModelCategory\_buildContentOrderBy(), et ContentModelFeatured\populateState().

◆ orderbySecondary()

static orderbySecondary (   $orderby,
  $orderDate = 'created' 
)
static

Translate an order code to a field for secondary category ordering.

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

Référencé par ContentModelCategory\_buildContentOrderBy(), ContentModelArchive\populateState(), et ContentModelFeatured\populateState().

◆ orderDownColumns()

static orderDownColumns ( $articles,
  $numColumns = 1 
)
static

Method to order the intro articles array for ordering down the columns instead of across. The layout always lays the introtext articles out across columns. Array is reordered so that, when articles are displayed in index order across columns in the layout, the result is that the desired article ordering is achieved down the columns.

Paramètres
array&$articlesArray of intro text articles
integer$numColumnsNumber of columns in the layout
Renvoie
array Reordered array to achieve desired ordering down columns
Depuis
1.6
Obsolète:
4.0

Références $count, $i, $return, et $row.

Référencé par ContentViewFeatured\display(), et ContentViewCategory\display().


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