PHP Classes

File: application/version.php

Recommend this page to a friend!
  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: 15 years ago
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');