HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
db_bar.php
Go to the documentation of this file.
1 <?php
2 /* @var Yii2DbPanel $this */
3 /* @var int $count */
4 /* @var string $time */
5 ?>
6 <div class="yii2-debug-toolbar-block">
7  <a href="<?php echo $this->getUrl(); ?>" title="Executed <?php echo $count; ?> database queries which took <?php echo $time; ?>.">
8  DB
9  <span class="label"><?php echo $count; ?></span>
10  <span class="label"><?php echo $time; ?></span>
11  </a>
12 </div>