PHP Classes

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

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   system/Debug/Toolbar/Views/_logs.tpl   Download  
File: system/Debug/Toolbar/Views/_logs.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GuestBook with Database
GuestBook application using MySQL to store posts
Author: By
Last change:
Date: 6 months ago
Size: 421 bytes
 

Contents

Class file image Download
{ if $logs == [] } <p>Nothing was logged. If you were expecting logged items, ensure that LoggerConfig file has the correct threshold set.</p> { else } <table> <thead> <tr> <th>Severity</th> <th>Message</th> </tr> </thead> <tbody> {logs} <tr> <td>{level}</td> <td>{msg}</td> </tr> {/logs} </tbody> </table> { endif }