PHP Classes

File: init.php

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

Contents

Class file image Download
<?php defined('SYSPATH') or die('No direct script access.');


Route::set('orditlogviewer', 'ordit/(<year>(/<month>(/<day>(/<act>))))')
    ->
defaults(array(
       
'controller' => 'ordit',
       
'action' => 'index',
    ));