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

Référence du fichier contacts.php

Espaces de nommage

Fonctions


Documentation des fonctions

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

Référencé par plgSearchContacts().

Voici le graphe d'appel pour cette fonction :

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

Contacts 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

Références $db, $limit, $ordering, $query, $rows, $section, $text, $user, JText::_(), JFactory::getDBO(), JPluginHelper::getPlugin(), JFactory::getUser(), et plgSearchContactAreas().

Voici le graphe d'appel pour cette fonction :