PHP Classes

File: views/ordit/daylist.php

Recommend this page to a friend!
  Classes of Stefan Jibrail Froelich   Ordit Kohana ORM Audit   views/ordit/daylist.php   Download  
File: views/ordit/daylist.php
Role: Sample output
Content type: text/plain
Description: Sample output
Class: Ordit Kohana ORM Audit
Track calls to Kohana framework ORM classes
Author: By
Last change: Update of views/ordit/daylist.php
Date: 2 months ago
Size: 317 bytes
 

Contents

Class file image Download
<?php $mode = isset($_GET['mode']) ? $_GET['mode'] : 'raw'; ?> <ul class="pills"> <?php foreach($days as $day): ?> <li class="<?php if($active_report == $day) echo "active" ?>"> <?php echo HTML::anchor("ordit/$active_month/" . $day . "/$log_action", $day); ?> </li> <?php endforeach;?> </ul>