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

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

Espaces de nommage

Fonctions

Variables


Documentation des fonctions

accessMenu ( uid,
access,
section 
)

changes the access level of a record

Paramètres:
integerThe increment to reorder by

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

Voici le graphe d'appel pour cette fonction :

cancelCategory ( )

Cancels an edit operation

Paramètres:
stringThe name of the category section
integerA unique category id

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

Voici le graphe d'appel pour cette fonction :

copyCategorySave ( cid,
sectionOld 
)
copyCategorySelect ( option,
cid,
sectionOld 
)

Form for copying item(s) to a specific menu

Références $cid, $db, $items, $mainframe, $option, $query, JHTML::_(), JText::_(), JRequest::checkToken(), categories_html::copyCategorySelect(), JRequest::getCmd(), JFactory::getDBO(), jexit(), JError::raiseError(), et JArrayHelper::toInteger().

Référencé par copyCategorySave().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

editCategory ( edit)

Compiles information to add or edit a category

Paramètres:
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, $i, $mainframe, $published, $query, $section, $type, $user, JHTML::_(), JText::_(), categories_html::edit(), JRequest::getCmd(), JFactory::getDBO(), JTable::getInstance(), JRequest::getInt(), JFactory::getUser(), JRequest::getVar(), JTable::isCheckedOut(), JText::sprintf(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

moveCategorySave ( cid,
sectionOld 
)
moveCategorySelect ( option,
cid,
sectionOld 
)

Form for moving item(s) to a specific menu

Références $cid, $db, $items, $mainframe, $option, $query, JHTML::_(), JText::_(), JRequest::checkToken(), JRequest::getCmd(), JFactory::getDBO(), jexit(), categories_html::moveCategorySelect(), JError::raiseError(), et JArrayHelper::toInteger().

Référencé par moveCategorySave().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

orderCategory ( uid,
inc 
)

Moves the order of a record

Paramètres:
integerThe increment to reorder by

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

Voici le graphe d'appel pour cette fonction :

publishCategories ( section,
cid = null,
publish = 1 
)

Publishes or Unpublishes one or more categories

Paramètres:
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, $db, $mainframe, $query, $section, $user, JText::_(), JRequest::checkToken(), JFactory::getDBO(), JTable::getInstance(), JFactory::getUser(), jexit(), JError::raiseError(), et JArrayHelper::toInteger().

Voici le graphe d'appel pour cette fonction :

removeCategories ( section,
cid 
)

Deletes one or more categories from the categories table

Paramètres:
stringThe name of the category section
arrayAn array of unique category id numbers

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

Voici le graphe d'appel pour cette fonction :

saveCategory ( )

Saves the catefory after an edit form submit

Paramètres:
stringThe name of the category section

Références $db, $mainframe, $menu, $query, $where, JText::_(), JRequest::checkToken(), JRequest::get(), JRequest::getCmd(), JFactory::getDBO(), JTable::getInstance(), JRequest::getString(), JRequest::getVar(), jexit(), et JError::raiseError().

Voici le graphe d'appel pour cette fonction :

saveOrder ( &$  cid,
section 
)
switch (JRequest::getCmd('task')) showCategories ( section,
option 
)

Compiles a list of categories for a section

Paramètres:
stringThe name of the category section

Références $count, $db, $i, $limit, $limitstart, $mainframe, $option, $pageNav, $query, $rows, $section, $total, $type, $where, JHTML::_(), JText::_(), JFactory::getDBO(), jimport(), categories_html::show(), JText::sprintf(), et JString::strtolower().

Voici le graphe d'appel pour cette fonction :


Documentation des variables

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