PHP Classes

File: views/ordit/monthlist.php

Recommend this page to a friend!
  Classes of Stefan Jibrail Froelich   Ordit Kohana ORM Audit   views/ordit/monthlist.php   Download  
File: views/ordit/monthlist.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/monthlist.php
Date: 2 months ago
Size: 314 bytes
 

Contents

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