Liste de tous les membres
Documentation des fonctions membres
static ContentHelperQuery::buildVotingQuery |
( |
|
$params = null | ) |
|
|
static |
Get join information for the voting query.
- Paramètres:
-
JRegistry | $param | An 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().
static ContentHelperQuery::getQueryDate |
( |
|
$orderDate | ) |
|
|
static |
Translate an order code to a field for primary category ordering.
- Paramètres:
-
string | $orderDate | The ordering code. |
- Renvoie:
- string The SQL field(s) to order by.
- Depuis:
- 1.6
Référencé par ContentModelArchive\getListQuery().
static ContentHelperQuery::orderbyPrimary |
( |
|
$orderby | ) |
|
|
static |
static ContentHelperQuery::orderbySecondary |
( |
|
$orderby, |
|
|
|
$orderDate = 'created' |
|
) |
| |
|
static |
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 | $articles | Array of intro text articles |
integer | $numColumns | Number 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().
La documentation de cette classe a été générée à partir du fichier suivant :