Exponent v2.7.2

exponent_constants.php

Table of Contents

BASE  = \__realpath(__DIR__) . '/'
BS2_SCRIPT  = '<script src="https://stackpath.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js" integrity="sha384-vOWIrgFbxIPzY09VArRHMsxned7WiY6hzIPtAIIeTFuii9y3Cr6HE6fcHXy5CFhc" crossorigin="anonymous"></script>'
BS3_SCRIPT  = '<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>'
BS4_SCRIPT  = '<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>'
BS5_SCRIPT  = '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>'
DATABASE_TABLE_ALTERED  = 4
DATABASE_TABLE_EXISTED  = 1
DATABASE_TABLE_FAILED  = 3
DATABASE_TABLE_INSTALLED  = 2
DB_DEF_BOOLEAN  = 104
Field Type specifier: Boolean A value for the Exponent Data Definition Language.
DB_DEF_DATETIME  = 107
Field Type specifier: Datetime A value for the Exponent Data Definition Language.
DB_DEF_DECIMAL  = 106
Field Type specifier: Decimal A value for the Exponent Data Definition Language.
DB_DEF_ID  = 101
Field Type specifier: Numeric ID A value for the Exponent Data Definition Language.
DB_DEF_INTEGER  = 103
Field Type specifier: Integer A value for the Exponent Data Definition Language.
DB_DEF_STRING  = 102
Field Type specifier: Text A value for the Exponent Data Definition Language.
DB_DEF_TIMESTAMP  = 105
Field Type specifier: Timestamp A value for the Exponent Data Definition Language.
DB_DEFAULT  = 2
Database Field Default specifier An index for the Exponent Data Definition Language.
DB_FIELD_LEN  = 1
Database Field Length specifier An index for the Exponent Data Definition Language.
DB_FIELD_TYPE  = 0
Database Field Type specifier An index for the Exponent Data Definition Language.
DB_FULLTEXT  = 8
Database 'Full Text' Index Field specifier An index for the Exponent Data Definition Language.
DB_INCREMENT  = 3
Database 'Incremental Field' specifier An index for the Exponent Data Definition Language.
DB_INDEX  = 7
Database 'Index' Field specifier An index or key for the Exponent Data Definition Language.
DB_NOTNULL  = 4
Database 'Not Null' Field specifier Fields are set to allow NULL unless this is set.
DB_PRIMARY  = 5
Database 'Primary Key' Field specifier An index for the Exponent Data Definition Language.
DB_TABLE_COMMENT  = 301
Table Meta Info : Table Comment If specified in a table info array, a comment will be inserted for the table (if the database engine in use supports table comments)
DB_TABLE_ENGINE  = 302
Table Meta Info : Table Engine If specified in a table will be created or altered to this db engine
DB_UNIQUE  = 6
Database 'Unique Key' Field specifier An index for the Exponent Data Definition Language.
DECIMAL_MONEY  = 405
DEPRECATIONS_VERSION  = '1.1.2'
Deprecations is needed for Lexer v2
DOMPDF2_VERSION  = '2.0.3'
DOMPDF8_VERSION  = '-1.2.2'
EMAIL_VALIDATOR_VERSION  = '3.2.6'
EmailValidator is needed for Swiftmailer v6
EQL_HEADER  = 'EQL-Exponent Query Language'
exdoc The EQL header string for object dump file formats.
EXPONENT_USER_BROWSER  = 'OTHER'
EXPONENT_USER_BROWSER_VERSION  = 0
EXPONENT_USER_OS  = 'Other'
FA4_SCRIPT  = 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
FA5_SCRIPT  = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'
FA6_SCRIPT  = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css'
FORM_FIELD_FILTER  = 401
FORM_FIELD_LABEL  = 404
FORM_FIELD_NAME  = 403
FORM_FIELD_ONCLICK  = 402
FORM_FIELD_TYPE  = 400
Form Meta Info : Form Field Type This will specify what field type to use for a form. Handy for scaffolding when you have special needs for the form's input elements.
FPDI_VERSION  = '2.3.6'
GOOGLE_TYPE  = 2
HOSTNAME  = ''
HTML2PDF5_VERSION  = '5.2.7'
HTTP_MSG_SHM_VERSION  = '2.0.1'
HTTP_MSG_VERSION  = '1.0'
ICAL_TYPE  = 1
External Calendar Type This will specify what type of external calendar feed is referenced
ICON_RELATIVE  = \PATH_RELATIVE . 'framework/core/assets/images/'
JQUERY2_SCRIPT  = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY2_VERSION . '.min.js'
JQUERY2_VERSION  = '2.2.4'
JQUERY3_MIGRATE_SCRIPT  = \JQUERY_RELATIVE . 'js/jquery-migrate-' . \JQUERY3_MIGRATE_VERSION . '.min.js'
JQUERY3_MIGRATE_VERSION  = '3.4.1'
JQUERY3_SCRIPT  = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY3_VERSION . '.min.js'
JQUERY3_VERSION  = '3.7.1'
JQUERY_PATH  = \BASE . 'external/jquery/'
JQUERY_RELATIVE  = \PATH_RELATIVE . 'external/jquery/'
JQUERY_SCRIPT  = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY_VERSION . '.min.js'
JQUERY_URL  = \URL_FULL . 'external/jquery/'
JQUERY_VERSION  = '1.12.4'
JQUERYUI_CSS  = \JQUERY_RELATIVE . 'css/' . \JQUERYUI_THEME . '/jquery-ui.min.css'
JQUERYUI_SCRIPT  = \JQUERY_RELATIVE . 'js/jquery-ui.min.js'
JQUERYUI_THEME  = 'exponent'
JQUERYUI_VERSION  = '1.13.2'
JS_RELATIVE  = \PATH_RELATIVE . 'framework/core/assets/js/'
exdoc The relative path to Exponent's core javascript.
JS_URL  = \URL_FULL . 'framework/core/assets/js/'
exdoc The absolute url to Exponent's core javascript.
LEXER_VERSION  = '2.1.0'
Lexer is needed for Swiftmailer v6
LOG_AWARE_VERSION  = '3.0.0'
LOG_VERSION  = '1.1.4'
MIMEICON_RELATIVE  = \PATH_RELATIVE . 'framework/core/assets/images/mimetypes/'
MONEY  = 406
MPDF7_VERSION  = '7.1.9'
MPDF81_VERSION  = '8.1.4'
MPDF8_VERSION  = '8.0.17'
PATH_RELATIVE  = \__realpath(\dirname($_SERVER['SCRIPT_NAME']) . '/')
RANDOM_VERSION  = '2.0.21'
SCRIPT_ABSOLUTE  = \BASE
SCRIPT_FILENAME  = 'index.php'
SCRIPT_RELATIVE  = \PATH_RELATIVE
SMARTY_PATH  = \BASE . 'external/smarty-' . \SMARTY_VERSION . '/libs/'
SMARTY_VERSION  = '4.3.4'
SWIFT_DEPRECATIONS_PATH  = \BASE . 'external/deprecations-' . \DEPRECATIONS_VERSION . '/lib/Doctrine/Deprecations/'
SWIFT_EMAIL_PATH  = \BASE . 'external/EmailValidator-' . \EMAIL_VALIDATOR_VERSION . '/EmailValidator/'
SWIFT_LEXER_PATH  = \BASE . 'external/lexer-' . \LEXER_VERSION . '/src/'
SWIFT_PATH  = \BASE . 'external/swiftmailer-' . \SWIFT_VERSION . '/lib/'
SWIFT_VERSION  = '6.3.0'
SYS_FILES_FOUNDDIR  = 2
exdoc Filesystem Error Response: Found Directory at Destination
SYS_FILES_FOUNDFILE  = 1
exdoc Filesystem Error Response: Found File at Destination
SYS_FILES_NOTDELETABLE  = 5
exdoc Filesystem Error Response: Destination not deletable
SYS_FILES_NOTREADABLE  = 4
exdoc Filesystem Error Response: Destination not readable
SYS_FILES_NOTWRITABLE  = 3
exdoc Filesystem Error Response: Destination not writable
SYS_FILES_SUCCESS  = 0
exdoc Filesystem Error Response: Success
TABLE_ALTER_FAILED  = 202
Table Alteration Error Message - 201 : Alter Succeeded A message constant returned by parts of the Database Subsystem indicating that a table alteration failed.
TABLE_ALTER_NOT_NEEDED  = 200
Table Alteration Error Message - 200 : Alter Not Needed A message constant returned by parts of the Database Subsystem indicating that a table alteration need not take place.
TABLE_ALTER_SUCCEEDED  = 201
Table Alteration Error Message - 201 : Alter Succeeded A message constant returned by parts of the Database Subsystem indicating that a table alteration succeeded.
TCPDF5_VERSION  = '6.6.2'
TEMPLATE_FALLBACK_VIEW  = \BASE . 'framework/core/views/viewnotfound.tpl'
UILEVEL_NORMAL  = 1
exdoc UI Level of Normal - Only normal management links (edit, delete, etc.) should be shown.
UILEVEL_PERMISSIONS  = 2
exdoc UI Level of Permissions - Permission Management links (user and group perms) should be shown.
UILEVEL_PREVIEW  = 0
exdoc UI Level of Preview - No management links of any kind should be shown.
UILEVEL_STRUCTURE  = 3
exdoc UI Level of Structure - All management links are shown.
UPLOAD_DIRECTORY  = \BASE . 'files/'
UPLOAD_DIRECTORY_RELATIVE  = 'files/'
URL_BASE  = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443 ? 'https://' : 'http://') . \HOSTNAME
URL_BASE_SECURE  = 'https://' . \HOSTNAME
URL_FULL  = \URL_BASE . \PATH_RELATIVE
USE_CDN  = '1'
YUI2_RELATIVE  = \PATH_RELATIVE . 'external/yui/2in3/dist/' . \YUI2_VERSION . '/build/'
YUI2_URL  = \URL_FULL . 'external/yui/2in3/dist/' . \YUI2_VERSION . '/build/'
YUI2_VERSION  = '2.9.0'
YUI3_RELATIVE  = \PATH_RELATIVE . 'external/yui/' . \YUI3_VERSION . '/build/'
YUI3_URL  = \URL_FULL . 'external/yui/' . \YUI3_VERSION . '/build/'
YUI3_VERSION  = '3.18.1'

Constants

BS2_SCRIPT

public mixed BS2_SCRIPT = '<script src="https://stackpath.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js" integrity="sha384-vOWIrgFbxIPzY09VArRHMsxned7WiY6hzIPtAIIeTFuii9y3Cr6HE6fcHXy5CFhc" crossorigin="anonymous"></script>'

BS3_SCRIPT

public mixed BS3_SCRIPT = '<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>'

BS4_SCRIPT

public mixed BS4_SCRIPT = '<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script>'

BS5_SCRIPT

public mixed BS5_SCRIPT = '<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>'

DB_DEF_BOOLEAN

Field Type specifier: Boolean A value for the Exponent Data Definition Language.

public mixed DB_DEF_BOOLEAN = 104

This value, specified for the DB_FIELD_TYPE index, denotes that the field should be a boolean (1 or 0, true or false).

DB_DEF_DATETIME

Field Type specifier: Datetime A value for the Exponent Data Definition Language.

public mixed DB_DEF_DATETIME = 107

This value, specified for the DB_FIELD_TYPE index, denotes that the field should store a MySQL datetime, in order to portably manage dates and/or times.

DB_DEF_DECIMAL

Field Type specifier: Decimal A value for the Exponent Data Definition Language.

public mixed DB_DEF_DECIMAL = 106

This value, specified for the DB_FIELD_TYPE index, denotes that the field should store a decimal number.

DB_DEF_ID

Field Type specifier: Numeric ID A value for the Exponent Data Definition Language.

public mixed DB_DEF_ID = 101

This value, specified for the DB_FIELD_TYPE index, denotes that the field should be a numeric ID.

DB_DEF_INTEGER

Field Type specifier: Integer A value for the Exponent Data Definition Language.

public mixed DB_DEF_INTEGER = 103

This value, specified for the DB_FIELD_TYPE index, denotes that the field should be an integer.

DB_DEF_STRING

Field Type specifier: Text A value for the Exponent Data Definition Language.

public mixed DB_DEF_STRING = 102

This value, specified for the DB_FIELD_TYPE index, denotes that the field should be a string of characters. If used, the DB_FIELD_LEN index must also be specified.

Tags
see
DB_FIELD_TYPE
see
DB_FIELD_LEN

DB_DEF_TIMESTAMP

Field Type specifier: Timestamp A value for the Exponent Data Definition Language.

public mixed DB_DEF_TIMESTAMP = 105

This value, specified for the DB_FIELD_TYPE index, denotes that the field should store a UNIX timestamp, in order to portably manage dates and/or times.

DB_DEFAULT

Database Field Default specifier An index for the Exponent Data Definition Language.

public mixed DB_DEFAULT = 2

This index indicates the default value of a field in the table.

DB_FIELD_LEN

Database Field Length specifier An index for the Exponent Data Definition Language.

public mixed DB_FIELD_LEN = 1

This index indicates the length of the column. Currently, this is only applicable to textual field types.

DB_FIELD_TYPE

Database Field Type specifier An index for the Exponent Data Definition Language.

public mixed DB_FIELD_TYPE = 0

This index indicates what type of column should be created in the table.

DB_FULLTEXT

Database 'Full Text' Index Field specifier An index for the Exponent Data Definition Language.

public mixed DB_FULLTEXT = 8

This index specifies that the field should be treated as a key for the table where full text searches will be performed. There is only one (composite) Full Text index per table.

DB_INCREMENT

Database 'Incremental Field' specifier An index for the Exponent Data Definition Language.

public mixed DB_INCREMENT = 3

This index specifies that the field should automatically increment its value. This is ONLY applicable to ID fields that are marked as PRIMARY.

Tags
see
DB_PRIMARY
see
DB_DEF_ID

DB_INDEX

Database 'Index' Field specifier An index or key for the Exponent Data Definition Language.

public mixed DB_INDEX = 7

This index specifies that the field should be treated as a key for the table for more efficient lookups. There can be multiple key fields per table but they will NOT be composite keys.

DB_NOTNULL

Database 'Not Null' Field specifier Fields are set to allow NULL unless this is set.

public mixed DB_NOTNULL = 4

DB_PRIMARY

Database 'Primary Key' Field specifier An index for the Exponent Data Definition Language.

public mixed DB_PRIMARY = 5

This single unique index specifies that the field should be treated as the single primary key for the table. There can one or more fields marked as 'primary' to establish a composite primary key in the table.

Tags
see
DB_DEF_ID
see
DB_INCREMENT

DB_TABLE_COMMENT

Table Meta Info : Table Comment If specified in a table info array, a comment will be inserted for the table (if the database engine in use supports table comments)

public mixed DB_TABLE_COMMENT = 301

DB_TABLE_ENGINE

Table Meta Info : Table Engine If specified in a table will be created or altered to this db engine

public mixed DB_TABLE_ENGINE = 302

DB_UNIQUE

Database 'Unique Key' Field specifier An index for the Exponent Data Definition Language.

public mixed DB_UNIQUE = 6

This index specifies that the field should be treated as a unique key for the table. There can zero or multiple unique keys using single or multiple (composite) fields per table.

DEPRECATIONS_VERSION

Deprecations is needed for Lexer v2

public mixed DEPRECATIONS_VERSION = '1.1.2'

EMAIL_VALIDATOR_VERSION

EmailValidator is needed for Swiftmailer v6

public mixed EMAIL_VALIDATOR_VERSION = '3.2.6'

EQL_HEADER

exdoc The EQL header string for object dump file formats.

public mixed EQL_HEADER = 'EQL-Exponent Query Language'

This header defines the version of EQL native to the current implementation of the Backup Subsystem.

Tags
node

Subsystems:Backup

FA4_SCRIPT

public mixed FA4_SCRIPT = 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'

FA5_SCRIPT

public mixed FA5_SCRIPT = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css'

FA6_SCRIPT

public mixed FA6_SCRIPT = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css'

FORM_FIELD_TYPE

Form Meta Info : Form Field Type This will specify what field type to use for a form. Handy for scaffolding when you have special needs for the form's input elements.

public mixed FORM_FIELD_TYPE = 400

ICAL_TYPE

External Calendar Type This will specify what type of external calendar feed is referenced

public mixed ICAL_TYPE = 1

ICON_RELATIVE

public mixed ICON_RELATIVE = \PATH_RELATIVE . 'framework/core/assets/images/'

JQUERY2_SCRIPT

public mixed JQUERY2_SCRIPT = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY2_VERSION . '.min.js'

JQUERY3_MIGRATE_SCRIPT

public mixed JQUERY3_MIGRATE_SCRIPT = \JQUERY_RELATIVE . 'js/jquery-migrate-' . \JQUERY3_MIGRATE_VERSION . '.min.js'

JQUERY3_SCRIPT

public mixed JQUERY3_SCRIPT = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY3_VERSION . '.min.js'

JQUERY_RELATIVE

public mixed JQUERY_RELATIVE = \PATH_RELATIVE . 'external/jquery/'

JQUERY_SCRIPT

public mixed JQUERY_SCRIPT = \JQUERY_RELATIVE . 'js/jquery-' . \JQUERY_VERSION . '.min.js'

JQUERYUI_CSS

public mixed JQUERYUI_CSS = \JQUERY_RELATIVE . 'css/' . \JQUERYUI_THEME . '/jquery-ui.min.css'

JQUERYUI_SCRIPT

public mixed JQUERYUI_SCRIPT = \JQUERY_RELATIVE . 'js/jquery-ui.min.js'

JS_RELATIVE

exdoc The relative path to Exponent's core javascript.

public mixed JS_RELATIVE = \PATH_RELATIVE . 'framework/core/assets/js/'

JS_URL

exdoc The absolute url to Exponent's core javascript.

public mixed JS_URL = \URL_FULL . 'framework/core/assets/js/'

LEXER_VERSION

Lexer is needed for Swiftmailer v6

public mixed LEXER_VERSION = '2.1.0'

MIMEICON_RELATIVE

public mixed MIMEICON_RELATIVE = \PATH_RELATIVE . 'framework/core/assets/images/mimetypes/'

PATH_RELATIVE

public mixed PATH_RELATIVE = \__realpath(\dirname($_SERVER['SCRIPT_NAME']) . '/')

SMARTY_PATH

public mixed SMARTY_PATH = \BASE . 'external/smarty-' . \SMARTY_VERSION . '/libs/'

SWIFT_DEPRECATIONS_PATH

public mixed SWIFT_DEPRECATIONS_PATH = \BASE . 'external/deprecations-' . \DEPRECATIONS_VERSION . '/lib/Doctrine/Deprecations/'

SWIFT_EMAIL_PATH

public mixed SWIFT_EMAIL_PATH = \BASE . 'external/EmailValidator-' . \EMAIL_VALIDATOR_VERSION . '/EmailValidator/'

SWIFT_LEXER_PATH

public mixed SWIFT_LEXER_PATH = \BASE . 'external/lexer-' . \LEXER_VERSION . '/src/'

SWIFT_PATH

public mixed SWIFT_PATH = \BASE . 'external/swiftmailer-' . \SWIFT_VERSION . '/lib/'

SYS_FILES_FOUNDDIR

exdoc Filesystem Error Response: Found Directory at Destination

public mixed SYS_FILES_FOUNDDIR = 2
Tags
node

Subsystems:Files

SYS_FILES_FOUNDFILE

exdoc Filesystem Error Response: Found File at Destination

public mixed SYS_FILES_FOUNDFILE = 1
Tags
node

Subsystems:Files

SYS_FILES_NOTDELETABLE

exdoc Filesystem Error Response: Destination not deletable

public mixed SYS_FILES_NOTDELETABLE = 5
Tags
node

Subsystems:Files

SYS_FILES_NOTREADABLE

exdoc Filesystem Error Response: Destination not readable

public mixed SYS_FILES_NOTREADABLE = 4
Tags
node

Subsystems:Files

SYS_FILES_NOTWRITABLE

exdoc Filesystem Error Response: Destination not writable

public mixed SYS_FILES_NOTWRITABLE = 3
Tags
node

Subsystems:Files

SYS_FILES_SUCCESS

exdoc Filesystem Error Response: Success

public mixed SYS_FILES_SUCCESS = 0
Tags
node

Subsystems:Files

TABLE_ALTER_FAILED

Table Alteration Error Message - 201 : Alter Succeeded A message constant returned by parts of the Database Subsystem indicating that a table alteration failed.

public mixed TABLE_ALTER_FAILED = 202

TABLE_ALTER_NOT_NEEDED

Table Alteration Error Message - 200 : Alter Not Needed A message constant returned by parts of the Database Subsystem indicating that a table alteration need not take place.

public mixed TABLE_ALTER_NOT_NEEDED = 200

TABLE_ALTER_SUCCEEDED

Table Alteration Error Message - 201 : Alter Succeeded A message constant returned by parts of the Database Subsystem indicating that a table alteration succeeded.

public mixed TABLE_ALTER_SUCCEEDED = 201

TEMPLATE_FALLBACK_VIEW

public mixed TEMPLATE_FALLBACK_VIEW = \BASE . 'framework/core/views/viewnotfound.tpl'

UILEVEL_NORMAL

exdoc UI Level of Normal - Only normal management links (edit, delete, etc.) should be shown.

public mixed UILEVEL_NORMAL = 1
Tags
node

Subsystems:Permissions

UILEVEL_PERMISSIONS

exdoc UI Level of Permissions - Permission Management links (user and group perms) should be shown.

public mixed UILEVEL_PERMISSIONS = 2
Tags
node

Subsystems:Permissions

UILEVEL_PREVIEW

exdoc UI Level of Preview - No management links of any kind should be shown.

public mixed UILEVEL_PREVIEW = 0
Tags
node

Subsystems:Permissions

UILEVEL_STRUCTURE

exdoc UI Level of Structure - All management links are shown.

public mixed UILEVEL_STRUCTURE = 3
Tags
node

Subsystems:Permissions

URL_BASE

public mixed URL_BASE = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443 ? 'https://' : 'http://') . \HOSTNAME

YUI2_RELATIVE

public mixed YUI2_RELATIVE = \PATH_RELATIVE . 'external/yui/2in3/dist/' . \YUI2_VERSION . '/build/'

YUI2_URL

public mixed YUI2_URL = \URL_FULL . 'external/yui/2in3/dist/' . \YUI2_VERSION . '/build/'

YUI3_RELATIVE

public mixed YUI3_RELATIVE = \PATH_RELATIVE . 'external/yui/' . \YUI3_VERSION . '/build/'

YUI3_URL

public mixed YUI3_URL = \URL_FULL . 'external/yui/' . \YUI3_VERSION . '/build/'

Search results