API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier admin.frontpage.php

Espaces de nommage

Fonctions

Variables


Documentation des fonctions

accessMenu ( uid,
access 
)
Paramètres:
integerThe id of the article
integerThe new access level
stringThe URL option

Références $access, $db, $mainframe, JRequest::checkToken(), JFactory::getCache(), JFactory::getDBO(), JTable::getInstance(), et jexit().

Voici le graphe d'appel pour cette fonction :

changeFrontPage ( cid = null,
state = 0,
option 
)

Changes the state of one or more content pages

Paramètres:
arrayAn array of unique category id numbers
integer0 if unpublishing, 1 if publishing

Références $cid, $db, $mainframe, $option, $query, $state, $user, JText::_(), JRequest::checkToken(), JFactory::getCache(), JFactory::getDBO(), JTable::getInstance(), JFactory::getUser(), jexit(), JError::raiseError(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

orderFrontPage ( uid,
inc,
option 
)

Moves the order of a record

Paramètres:
integerThe increment to reorder by

Références $db, $mainframe, $option, JRequest::checkToken(), JFactory::getCache(), JFactory::getDBO(), JTable::getInstance(), et jexit().

Voici le graphe d'appel pour cette fonction :

removeFrontPage ( &$  cid,
option 
)
saveOrder ( &$  cid)

Documentation des variables

$cid = JRequest::getVar( 'cid', array(0), 'post', 'array' )
$user = & JFactory::getUser()