initial commit
This commit is contained in:
11
exp/Plugin/DebugKit/View/ToolbarAccess/sql_explain.ctp
Normal file
11
exp/Plugin/DebugKit/View/ToolbarAccess/sql_explain.ctp
Normal file
@@ -0,0 +1,11 @@
|
||||
<table class="sql-log-query-explain debug-table">
|
||||
<?php
|
||||
$headers = array_shift($result);
|
||||
|
||||
echo $this->Html->tableHeaders($headers);
|
||||
echo $this->Html->tableCells($result);
|
||||
?>
|
||||
</table>
|
||||
<?php
|
||||
// Consume and toss out the timers
|
||||
$timers = DebugKitDebugger::getTimers(true);
|
||||
Reference in New Issue
Block a user