• Модуль: statistic
  • Путь к файлу: ~/bitrix/modules/statistic/classes/general/path.php
  • Класс: CPath
  • Вызов: CPath::GetByID
static function GetByID($ID)
{
	$DB = CDatabase::GetModuleConnection('statistic');
	$strSql = "SELECT /*TOP*/ * FROM b_stat_path WHERE PATH_ID = '".$DB->ForSql($ID)."'";
	return $DB->Query(CStatistics::DBTopSql($strSql, 1), false, "File: ".__FILE__."
Line: ".__LINE__); }