PHP Classes

File: system/Debug/Toolbar/Views/_database.tpl

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Task App   system/Debug/Toolbar/Views/_database.tpl   Download  
File: system/Debug/Toolbar/Views/_database.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task App
Create and manage tasks to be done
Author: By
Last change:
Date: 17 days ago
Size: 314 bytes
 

Contents

Class file image Download
<table> <thead> <tr> <th class="debug-bar-width6r">Time</th> <th>Query String</th> </tr> </thead> <tbody> {queries} <tr> <td class="narrow">{duration}</td> <td>{! sql !}</td> </tr> {/queries} </tbody> </table>