Go to the documentation of this file.
14 'name' =>
'ps_search',
15 'title' =>
'_ps_search_object',
16 'table' =>
'Profiles',
17 'ownFields' => array(
'ID',
'DateReg'),
18 'searchFields' => array(
'NickName',
'City',
'DescriptionMe',
'Tags'),
19 'restriction' => array(
20 'active' => array(
'value' =>
'Active',
'field' =>
'Status',
'operator' =>
'='),
21 'owner' => array(
'value' =>
'',
'field' =>
'ID',
'operator' =>
'!='),
22 'keyword' => array(
'value' =>
'',
'field' =>
'',
'operator' =>
'against')
33 parent::__construct();
37 $this->aCurrent[
'restriction'][
'owner'][
'value'] = $iOwnerId;
40 $this->_sSearchUnitTmpl =
$oSysTemplate->getHtml(
'ps_search_unit.html');
47 return $oSysTemplate->parseHtmlByContent($this->_sSearchUnitTmpl, array(
49 'member_id' => $aData[
'id'],
56 $sResult = parent::displayResultBlock();
process_db_input($sText, $iStripTags=0)
MsgBox($sText, $iTimer=0)
ch_import($sClassName, $aModule=array())
__construct($iOwnerId, $sValue)
get_member_thumbnail($ID, $float, $bGenProfLink=false, $sForceSex='visitor', $aOnline=array())
_t($key, $arg0="", $arg1="", $arg2="")
Attr AllowedRel this is empty
displaySearchUnit($aData)