khanat-opennel-code/code/web/public_php/webtt/plugins/debug_kit/views/toolbar_access/sql_explain.ctp

12 lines
No EOL
259 B
PHP

<table class="sql-log-query-explain debug-table">
<?php
$headers = array_shift($result);
echo $html->tableHeaders($headers);
echo $html->tableCells($result);
?>
</table>
<?php
// Consume and toss out the timers
$timers = DebugKitDebugger::getTimers(true);
?>