Source for file Consts.php

Documentation is available at Consts.php

  1. <?php
  2.     /**
  3.      * Constants define file
  4.      *
  5.      * @copyright Copyright (c) 2004-2007 Mirchev Ideas Ltd. All rights reserved.
  6.      * @package MIPHPF
  7.      */
  8.     
  9.     /**
  10.      */
  11.     require_once(dirname(__FILE__'/../i18n/' miSettings::singleton()->get('MI_DEFAULT_LANGUAGE''.php');
  12.     
  13.     # Period selection and viewing consts
  14.     define('MI_DISPLAY_DATE_FORMAT''D j M, Y');
  15.     define('MI_DISPLAY_TIME_FORMAT''j M Y G:i:s');
  16.  
  17.     # Database engine
  18.     define('MI_DATABASE_ENGINE''MySQL');
  19.     
  20.     # System version
  21.     define('MIPHPF_VERSION''2.0');
  22. ?>

Documentation generated on Thu, 08 May 2008 16:57:14 +0300 by phpDocumentor 1.4.1