1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-28 20:45:00 +03:00

search extensibility / private hell

This commit is contained in:
Sergey S Yaglov 2011-11-24 15:39:27 +03:00
parent 5073535ae7
commit 436263f4de
2 changed files with 5 additions and 5 deletions

View file

@ -20,9 +20,9 @@
*
*/
class ActionSearch extends Action {
private $sTypesEnabled = array('topics' => array('topic_publish' => 1), 'comments' => array('comment_delete' => 0));
private $aSphinxRes = null;
private $bIsResults = FALSE;
protected $sTypesEnabled = array('topics' => array('topic_publish' => 1), 'comments' => array('comment_delete' => 0));
protected $aSphinxRes = null;
protected $bIsResults = FALSE;
public function Init() {
$this->SetDefaultEvent('index');
@ -172,7 +172,7 @@ class ActionSearch extends Action {
* @param unknown_type $iLimit
* @return unknown
*/
private function PrepareResults($aReq, $iLimit){
protected function PrepareResults($aReq, $iLimit){
/**
* Количество результатов по типам
*/

View file

@ -6,7 +6,7 @@ require_once(Config::Get('path.root.engine').'/lib/external/Sphinx/sphinxapi.php
*
*/
class ModuleSphinx extends Module {
private $oSphinx = null;
protected $oSphinx = null;
/**
* Инициализация