You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
820 B
44 lines
820 B
<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>
|
|
<tbody>
|
|
{routes}
|
|
<tr>
|
|
<td>{from}</td>
|
|
<td>{to}</td>
|
|
</tr>
|
|
{/routes}
|
|
</tbody>
|
|
</table>
|
|
|