5 include_once
'./Services/Search/classes/class.ilAbstractSearch.php';
6 include_once
'./Modules/OrgUnit/classes/class.ilObjOrgUnitTree.php';
26 parent::__construct($qp_obj);
29 $this->org_tree->buildTempTableWithUsrAssignements(self::ORG_ASSIGNMENTS_TABLE);
38 $query =
'SELECT user_id '.
39 'FROM '.self::ORG_ASSIGNMENTS_TABLE.
' '.
47 $this->search_result->addEntry(
$row->user_id,
'user',$this->__prepareFound(
$row));
65 foreach($this->query_parser->getQuotedWords() as $word)
71 $where .= (
'ref_id = '.$ilDB->quote($word,
'integer'));
__createLocateString()
build locate string in case of AND search
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
__createWhereCondition()
Create where condition type $ilDB.
Description of class class.
const ORG_ASSIGNMENTS_TABLE