Home
last modified time | relevance | path

Searched refs:_sortby (Results 1 – 2 of 2) sorted by relevance

/plugin/sphinxsearch-was/
H A Dsphinxapi.php369 var $_sortby; ///< attribute to sort by (defualt is "") variable in SphinxClient
417 $this->_sortby = "";
723 $this->_sortby = $sortby;
947 $req .= pack("N", strlen($this->_sortby)) . $this->_sortby;
/plugin/sphinxsearch/
H A Dsphinxapi.php387 var $_sortby; ///< attribute to sort by (defualt is "") variable in SphinxClient
435 $this->_sortby = "";
756 $this->_sortby = $sortby;
983 $req .= pack ( "N", strlen($this->_sortby) ) . $this->_sortby;