Skip to content

Instantly share code, notes, and snippets.

@Qetbn
Created August 3, 2016 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qetbn/9dd40913b261a7705744f884fc2009fd to your computer and use it in GitHub Desktop.
Save Qetbn/9dd40913b261a7705744f884fc2009fd to your computer and use it in GitHub Desktop.
\Bitrix\Main\Application::getConnection() ->startTracker();
$result = ExampleTable::getList();
\Bitrix\Main\Application::getConnection()->stopTracker();
print_r($result->getTrackerQuery()->getSql());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment