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