Login   Register  
PHP Classes
elePHPant
Icontem

File: application/version.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Silvan von Felten  >  SVF_Log  >  application/version.php  >  Download  
File: application/version.php
Role: Application script
Content type: text/plain
Description: Version
Class: SVF_Log
Logging class and plug-ins for Zend framework
Author: By
Last change:
Date: 2008-12-03 16:02
Size: 227 bytes
 

Contents

Class file image Download
<?php
defined
('APPLICATION_NAME') or define('APPLICATION_NAME''SVF_Log');
defined('APPLICATION_VERSION') or define('APPLICATION_VERSION''0.1');
defined('APPLICATION_LAYOUT') or define('APPLICATION_LAYOUT''Simple');