API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
SearchModelSearch::__construct | ( | ) |
Overridden constructor protected
Réimplémentée à partir de JObject.
SearchModelSearch::__construct | ( | ) |
Constructor
Réimplémentée à partir de JObject.
Références $config, $mainframe, $ordering, JFactory::getConfig(), JRequest::getString(), JRequest::getVar(), et JRequest::getWord().
SearchModelSearch::getAreas | ( | ) |
Method to get the search areas
Références $mainframe, JDispatcher::getInstance(), et JPluginHelper::importPlugin().
SearchModelSearch::getData | ( | ) |
Method to get weblink item data for the category
public
Références $rows, JDispatcher::getInstance(), et JPluginHelper::importPlugin().
SearchModelSearch::getItems | ( | ) |
Références $count, $db, $i, $limit, $limitstart, $mainframe, $n, $option, $pageNav, $query, $rows, $total, $where, JFactory::getDBO(), JRequest::getInt(), JPluginHelper::importPlugin(), jimport(), et JString::strtolower().
SearchModelSearch::getPagination | ( | ) |
Method to get a pagination object of the weblink items for the category
public
Références jimport().
SearchModelSearch::getTotal | ( | ) |
Method to get the total number of weblink items for the category
public
SearchModelSearch::reset | ( | ) |
SearchModelSearch::setAreas | ( | $ | active = array() , |
$ | search = array() |
||
) |
Method to set the search areas
public
array | Active areas |
array | Search areas |
SearchModelSearch::setSearch | ( | $ | keyword, |
$ | match = 'all' , |
||
$ | ordering = 'newest' |
||
) |
Method to set the search parameters
public
string | search string |
string | mathcing option, exact|any|all |
string | ordering option, newest|oldest|popular|alpha|category |
Références $ordering.
SearchModelSearch::$_areas = null |
SearchModelSearch::$_data = null |
SearchModelSearch::$_pagination = null |
SearchModelSearch::$_total = null |
SearchModelSearch::$lists = '' |