[DoctrineMongoDBBundle] added a placeholder for the MongoDB panel

This commit is contained in:
Fabien Potencier 2010-09-01 13:49:18 +02:00
parent 3a95bdab7a
commit 5913c40a12

View File

@ -0,0 +1,6 @@
<h2>Queries</h2>
<?php if (0 == $data->getQueryCount()): ?>
<em>No queries.</em>
<?php else: ?>
<?php endif; ?>