API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
plgSearchWeblinks | ( | $ | text, |
$ | phrase = '' , |
||
$ | ordering = '' , |
||
$ | areas = null |
||
) |
Weblink Search method
The sql must return the following fields that are used in a common display routine: href, title, section, created, text, browsernav
string | Target search string |
string | mathcing option, exact|any|all |
string | ordering option, newest|oldest|popular|alpha|category |
mixed | An array if the search it to be restricted to areas, null if search all |
Références $db, $limit, $ordering, $query, $return, $rows, $section, $text, $user, $where, JText::_(), JFactory::getDBO(), JPluginHelper::getPlugin(), JFactory::getUser(), WeblinksHelperRoute::getWeblinkRoute(), et plgSearchWeblinksAreas().
& plgSearchWeblinksAreas | ( | ) |
Référencé par plgSearchWeblinks().