Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12345 anikendra 1
<table class="sql-log-query-explain debug-table">
2
<?php
3
$headers = array_shift($result);
4
 
5
echo $this->Html->tableHeaders($headers);
6
echo $this->Html->tableCells($result);
7
?>
8
</table>
9
<?php
10
// Consume and toss out the timers
11
$timers = DebugKitDebugger::getTimers(true);