summary.php 320 Bytes
Newer Older
1 2
<?php if ($queryCount): ?>
<div class="yii-debug-toolbar-block">
Qiang Xue committed
3
	<a href="<?= $panel->getUrl() ?>" title="Executed <?= $queryCount ?> database queries which took <?= $queryTime ?>.">
Qiang Xue committed
4
		DB <span class="label label-info"><?= $queryCount ?></span> <span class="label"><?= $queryTime ?></span>
5 6
	</a>
</div>
Qiang Xue committed
7
<?php endif; ?>