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

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

Espaces de nommage

Fonctions

Variables


Documentation des fonctions

accessMenu ( uid,
access,
option 
)

changes the access level of a record

Paramètres:
integerThe increment to reorder by

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

Voici le graphe d'appel pour cette fonction :

cancelSection ( option,
scope 
)

Cancels an edit operation

Paramètres:
databaseA database connector object
stringThe name of the category section
integerA unique category id

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

Voici le graphe d'appel pour cette fonction :

copySectionSave ( sectionid,
scope 
)
copySectionSelect ( option,
cid,
section 
)

Form for copying item(s) to a specific menu

Références $cid, $db, $mainframe, $option, $query, $section, JText::_(), JRequest::checkToken(), sections_html::copySectionSelect(), JFactory::getDBO(), jexit(), JError::raiseError(), et JArrayHelper::toInteger().

Référencé par copySectionSave().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

editSection ( edit)

Compiles information to add or edit a section

Paramètres:
databaseA database connector object
stringThe name of the category section
integerThe unique id of the category to edit (0 if new)
stringThe name of the current user

Références $cid, $db, $edit, $mainframe, $option, $query, $scope, $user, JHTML::_(), JText::_(), sections_html::edit(), JRequest::getCmd(), JFactory::getDBO(), JTable::getInstance(), JFactory::getUser(), JRequest::getVar(), JText::sprintf(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

orderSection ( uid,
inc,
option,
scope 
)

Moves the order of a record

Paramètres:
integerThe increment to reorder by

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

Voici le graphe d'appel pour cette fonction :

publishSections ( scope,
cid = null,
publish = 1,
option 
)

Publishes or Unpublishes one or more categories

Paramètres:
databaseA database connector object
stringThe name of the category section
integerA unique category id (passed from an edit form)
arrayAn array of unique category id numbers
integer0 if unpublishing, 1 if publishing
stringThe name of the current user

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

Voici le graphe d'appel pour cette fonction :

removeSections ( cid,
scope,
option 
)

Deletes one or more categories from the categories table

Paramètres:
databaseA database connector object
stringThe name of the category section
arrayAn array of unique category id numbers

Références $cid, $db, $mainframe, $name, $option, $query, $rows, $scope, JText::_(), JRequest::checkToken(), JFactory::getDBO(), jexit(), JError::raiseError(), JText::sprintf(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

saveOrder ( &$  cid)
saveSection ( option,
scope,
task 
)

Saves the catefory after an edit form submit

Paramètres:
databaseA database connector object
stringThe name of the category section

Références $db, $mainframe, $menu, $option, $query, $scope, $task, JText::_(), JRequest::checkToken(), ContentHelper::filterText(), JRequest::get(), JFactory::getDBO(), JTable::getInstance(), JRequest::getVar(), jexit(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

switch ($task) showSections ( scope,
option 
)

Compiles a list of categories for a section

Paramètres:
databaseA database connector object
stringThe name of the category section
stringThe name of the current user

Références $count, $db, $i, $limit, $limitstart, $mainframe, $option, $pageNav, $query, $rows, $scope, $total, $user, $where, JHTML::_(), JFactory::getDBO(), JFactory::getUser(), jimport(), sections_html::show(), et JString::strtolower().

Voici le graphe d'appel pour cette fonction :


Documentation des variables

$cid = JRequest::getVar( 'cid', array(0), '', 'array' )
$task = JRequest::getCmd('task')