소스 검색

[DoctrineMongoDBBundle] added a placeholder for the MongoDB panel

Fabien Potencier 14 년 전
부모
커밋
5913c40a12
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_panel.php

+ 6 - 0
src/Symfony/Bundle/DoctrineMongoDBBundle/Resources/views/Profiler/mongodb_panel.php

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