Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe ContentHelperQuery

Liste de tous les membres

Fonctions membres publiques statiques

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

Documentation des fonctions membres

static ContentHelperQuery::buildVotingQuery (   $params = null)
static

Get join information for the voting query.

Paramètres:
JRegistry$paramAn options object for the article.
Renvoie:
array A named array with "select" and "join" keys.
Depuis:
1.5

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

+ Voici le graphe d'appel pour cette fonction :

static ContentHelperQuery::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érencé par ContentModelArchive\getListQuery().

+ Voici le graphe des appelants de cette fonction :

static ContentHelperQuery::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(), ContentModelArchive\getListQuery(), et ContentModelFeatured\getListQuery().

+ Voici le graphe des appelants de cette fonction :

static ContentHelperQuery::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\getListQuery(), et ContentModelFeatured\getListQuery().

+ Voici le graphe des appelants de cette fonction :

static ContentHelperQuery::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

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

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

+ Voici le graphe des appelants de cette fonction :


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