• Модуль: statistic
  • Путь к файлу: ~/bitrix/modules/statistic/classes/general/searcher.php
  • Класс: CAllSearcher
  • Вызов: CAllSearcher::GetByID
static function GetByID($ID)
{
	$err_mess = "File: ".__FILE__."
Line: "; $DB = CDatabase::GetModuleConnection('statistic'); $ID = intval($ID); $strSql = "SELECT S.* FROM b_stat_searcher S WHERE S.ID = '$ID'"; $res = $DB->Query($strSql, false, $err_mess.__LINE__); return $res; }