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é
|
Fonctions membres publiques statiques | |
static | orderbyPrimary ($orderby) |
static | orderbySecondary ($orderby, $orderDate='created') |
static | getQueryDate ($orderDate) |
static | buildVotingQuery ($params=null) |
static | orderDownColumns (&$articles, $numColumns=1) |
Content Component Query Helper
|
static |
Get join information for the voting query.
\Joomla\Registry\Registry | $params | An options object for the article. |
Références $params.
|
static |
Translate an order code to a field for primary category ordering.
string | $orderDate | The ordering code. |
Références $db.
Référencé par ContentModelArchive\getListQuery().
|
static |
Translate an order code to a field for primary category ordering.
string | $orderby | The ordering code. |
Référencé par ContentModelCategory\_buildContentOrderBy(), et ContentModelFeatured\populateState().
|
static |
Translate an order code to a field for secondary category ordering.
string | $orderby | The ordering code. |
string | $orderDate | The ordering code for the date. |
Référencé par ContentModelCategory\_buildContentOrderBy(), ContentModelArchive\populateState(), et ContentModelFeatured\populateState().
|
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.
array | &$articles | Array of intro text articles |
integer | $numColumns | Number of columns in the layout |
Références $count, $i, $return, et $row.
Référencé par ContentViewFeatured\display(), et ContentViewCategory\display().