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

Référence du fichier plugins/search/categories.php

Espaces de nommage

Fonctions


Documentation des fonctions

plgSearchCategories ( text,
phrase = '',
ordering = '',
areas = null 
)

Categories Search method

The sql must return the following fields that are used in a common display routine: href, title, section, created, text, browsernav

Paramètres:
stringTarget search string
stringmathcing option, exact|any|all
stringordering option, newest|oldest|popular|alpha|category
mixedAn array if restricted to areas, null if search all

Références $count, $db, $i, $limit, $ordering, $query, $return, $rows, $text, $user, JText::_(), ContentHelperRoute::getCategoryRoute(), JFactory::getDBO(), JPluginHelper::getPlugin(), JFactory::getUser(), et plgSearchCategoryAreas().

Voici le graphe d'appel pour cette fonction :

& plgSearchCategoryAreas ( )
Renvoie:
array An array of search areas

Référencé par plgSearchCategories().

Voici le graphe d'appel pour cette fonction :