16 <div
class=
"default-view">
17 <?php $this->renderPartial(
'_toolbar', array(
'panels' => $panels)); ?>
18 <div
class=
"container-fluid">
19 <div
class=
"row-fluid">
21 <h1>Explain Query (<?php echo $connection->driverName; ?>)</h1>
23 <?php echo $dbPanel->highlightCode ? $dbPanel->highlightSql($procedure) : CHtml::encode($procedure); ?>
25 <?php $this->renderPartial(
'_explain', array(
26 'connection' => $connection,
27 'explainRows' => $explainRows,