PHP Classes

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

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   system/Debug/Toolbar/Views/_routes.tpl   Download  
File: system/Debug/Toolbar/Views/_routes.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: 1,023 bytes
 

Contents

Class file image Download
<h3>Matched Route</h3> <table> <tbody> {matchedRoute} <tr> <td>Directory:</td> <td>{directory}</td> </tr> <tr> <td>Controller:</td> <td>{controller}</td> </tr> <tr> <td>Method:</td> <td>{method}</td> </tr> <tr> <td>Params:</td> <td>{paramCount} / {truePCount}</td> </tr> {params} <tr class="route-params-item"> <td>{name}</td> <td>{value}</td> </tr> {/params} {/matchedRoute} </tbody> </table> <h3>Defined Routes</h3> <table> <thead> <tr> <th>Method</th> <th>Route</th> <th>Handler</th> </tr> </thead> <tbody> {routes} <tr> <td>{method}</td> <td data-debugbar-route="{method}">{route}</td> <td>{handler}</td> </tr> {/routes} </tbody> </table>