File/sylar/settings/sylar.php

Description

Sylar - Framework Base Settings Contains framework settings, constants and init instructions

Constants
SYLAR_CLASSES_ROOT_FS = SYLAR_ROOT_FS.'classes/' (line 130)

Root Classes

The root of class directory and files

SYLAR_DEBUG_MODE = true (line 81)

Switch Sylar in Debug mode

SYLAR_DEFAULT_CHARSET = 'UTF-8' (line 89)

Sylar default Character set

SYLAR_DEFAULT_LAYOUTNAME = 'default' (line 93)

Sylar default layout template name

SYLAR_DEFAULT_LOCALE = 'en_EN' (line 85)

Sylar default locale set

SYLAR_LOG_LEVEL = 'VERBOSE' (line 106)

Set the level of event log

It can be one of them:

  • DEBUG
  • VERBOSE
  • NORMAL
  • WARNING
  • FATAL
  • NO_LOG

SYLAR_SESSION_NAME = 'SYLAR_SESSION' (line 116)

Set the PHP Session Name Is the name that PHP set on server to storage information in session

if you don't need a web session set it to false like: define('SYLAR_SESSION_NAME', false);

SYLAR_SETTINGS_FS = SYLAR_ROOT_FS.'settings/' (line 123)

Sylar Settings folder Define the path of Sylar folder that contains settings files.

SYLAR_VERSION = '0.3.1' (line 44)

Documentation generated on Thu, 24 Apr 2008 16:14:23 +0200 by phpDocumentor 1.3.0RC3