Cheetah
Variables
constants.inc.php File Reference

Go to the source code of this file.

Variables

if(!defined("TRUE_VAL")) define("TRUE_VAL" true
 
if(!defined("FALSE_VAL")) define("FALSE_VAL" false
 
if(!defined("SUCCESS_VAL")) define("SUCCESS_VAL" success
 
if(!defined("FAILED_VAL")) define("FAILED_VAL" failed
 
if(!defined("CONTENTS_TYPE_XML")) define("CONTENTS_TYPE_XML" xml
 
if(!defined("CONTENTS_TYPE_SWF")) define("CONTENTS_TYPE_SWF" swf
 
if(!defined("CONTENTS_TYPE_OTHER")) define("CONTENTS_TYPE_OTHER" other
 
if(!defined("WIDGET_STATUS_ENABLED")) define("WIDGET_STATUS_ENABLED" enabled
 
if(!defined("WIDGET_STATUS_DISABLED")) define("WIDGET_STATUS_DISABLED" disabled
 
if(!defined("WIDGET_STATUS_NOT_INSTALLED")) define("WIDGET_STATUS_NOT_INSTALLED" not installed
 
if(!defined("WIDGET_STATUS_NOT_REGISTERED")) define("WIDGET_STATUS_NOT_REGISTERED" not registered
 
if(!defined("USER_STATUS_OFFLINE")) define("USER_STATUS_OFFLINE" offline
 
if(!defined("FILE_DEFAULT_KEY")) define("FILE_DEFAULT_KEY" _default_
 
 $aErrorCodes
 
 $aInfo
 
 $aModules
 

Variable Documentation

◆ $aErrorCodes

$aErrorCodes
Initial value:
= array(
1 => "Cannot open file '#1#'",
2 => "Cannot write to file '#1#'",
3 => "Cannot connect to database server",
4 => "Cannot open database",
5 => "Cannot execute MySQL query",
6 => "Cannot find directory '#1#'",
7 => "Directory '#1#' is empty",
8 => "Wrong widget name"
)

Definition at line 26 of file constants.inc.php.

◆ $aInfo

$aInfo
Initial value:
= array(
'mode' => "paid",
'title' => "Ray base",
'version' => "7.2.0000",
'author' => "Cheetah",
'authorUrl' => "https://www.cheetahwsb.com/"
)

Definition at line 37 of file constants.inc.php.

◆ $aModules

$aModules
Initial value:
= array(
'admin' => array(
'caption' => 'Base',
'parameters' => array('nick', 'password'),
'js' => array(),
'inline' => false,
'vResizable' => false,
'hResizable' => false,
'layout' => array('top' => 0, 'left' => 0, 'width' => 700, 'height' => 600),
'minSize' => array('width' => 700, 'height' => 600),
'reloadable' => false,
'div' => array()
)
)

Definition at line 44 of file constants.inc.php.

◆ _default_

if (!defined("FILE_DEFAULT_KEY")) define("FILE_DEFAULT_KEY" _default_

Definition at line 24 of file constants.inc.php.

◆ disabled

if (!defined("WIDGET_STATUS_DISABLED")) define("WIDGET_STATUS_DISABLED" disabled

Definition at line 18 of file constants.inc.php.

◆ enabled

if (!defined("WIDGET_STATUS_ENABLED")) define("WIDGET_STATUS_ENABLED" enabled

Definition at line 17 of file constants.inc.php.

◆ failed

if (!defined("FAILED_VAL")) define("FAILED_VAL" failed

Definition at line 11 of file constants.inc.php.

◆ false

if (!defined("FALSE_VAL")) define("FALSE_VAL" false

Definition at line 9 of file constants.inc.php.

◆ installed

if (!defined("WIDGET_STATUS_NOT_INSTALLED")) define("WIDGET_STATUS_NOT_INSTALLED" not installed

Definition at line 19 of file constants.inc.php.

◆ offline

if (!defined("USER_STATUS_OFFLINE")) define("USER_STATUS_OFFLINE" offline

Definition at line 22 of file constants.inc.php.

◆ other

if (!defined("CONTENTS_TYPE_OTHER")) define("CONTENTS_TYPE_OTHER" other

Definition at line 15 of file constants.inc.php.

◆ registered

if (!defined("WIDGET_STATUS_NOT_REGISTERED")) define("WIDGET_STATUS_NOT_REGISTERED" not registered

Definition at line 20 of file constants.inc.php.

◆ success

if (!defined("SUCCESS_VAL")) define("SUCCESS_VAL" success

Definition at line 10 of file constants.inc.php.

◆ swf

if (!defined("CONTENTS_TYPE_SWF")) define("CONTENTS_TYPE_SWF" swf

Definition at line 14 of file constants.inc.php.

◆ true

if (!defined("TRUE_VAL")) define("TRUE_VAL" true

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file constants.inc.php.

◆ xml

if (!defined("CONTENTS_TYPE_XML")) define("CONTENTS_TYPE_XML" xml

Definition at line 13 of file constants.inc.php.