- Symphony 2.7.9
-
› assets
14 -
› boot
15 -
› core
24 -
› cryptography
4 -
› data-sources
6 -
› email-gateways
3 -
› events
3 -
› global
62 -
› interface
9 -
› toolkit
60 - Delegates101
- Deprecated28
Versions
- 2.7.9
- 2.7.8
- 2.7.7
- 2.7.6
- 2.7.5
- 2.7.3
- 2.7.2
- 2.7.10
- 2.7.1
- 2.7.0
- 2.6.9
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.11
- 2.6.10
- 2.6.1
- 2.6.0
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2
Options
-
Constants
-
__ENTRY_FIELD_ERROR__
The constant for an Entry if there is an error is raised by any of it's Fields.
-
__ENTRY_OK__
The constant for when an Entry is ok, that is, no errors have been raised by any of it's Fields.
-
__SECURE__
If HTTPS is on,
__SECURE__
will be set to true, otherwise false. -
_GET
-
_REQUEST
-
ACTIVITY_LOG
The filesystem path to the
main
file which is contained within themanifest/logs
folder. -
adminPath
-
adminRegExp
-
APPLICATION_URL
Returns the folder name for Symphony as an application
-
ASSETS
The filesystem path to the
assets
folder which is contained within thesymphony
folder. -
ASSETS_URL
Returns the folder name for Symphony as an application
-
bInsideInstaller
-
BOOT
The filesystem path to the
boot
folder which is contained within thesymphony/lib
folder. -
CACHE
The filesystem path to the
cache
folder which is contained within themanifest
folder. -
CDATA_BEGIN
Defines a constant for the opening tag of a CDATA section in xml
-
CDATA_END
Defines a constant for the closing tag of a CDATA section in xml
-
CONFIG
The filesystem path to the
config.php
file which is contained within themanifest
folder. -
CONTENT
The filesystem path to the
content
folder which is contained within thesymphony
folder. -
CORE
The filesystem path to the
core
folder which is contained within thesymphony/lib
folder. -
DATASOURCES
The filesystem path to the
data-sources
folder which is contained within theworkspace
folder. -
dir
-
DIRROOT
The root url directory.
-
DOCROOT
-
DOMAIN
The current domain name.
-
EMAILGATEWAYS
The filesystem path to the
email-gateways
folder which is contained within thesymphony/lib/toolkit
folder. -
EVENTS
The filesystem path to the
events
folder which is contained within theworkspace
folder. -
EXTENSION_DISABLED
Status when an extension is disabled
-
EXTENSION_ENABLED
Status when an extension is installed and enabled
-
EXTENSION_NOT_COMPATIBLE
Status when the extension is not compatible with the current version of Symphony
-
EXTENSION_NOT_INSTALLED
Status when an extension is in the file system, but has not been installed.
-
EXTENSION_REQUIRES_UPDATE
Status when an extension version in the file system is different to the version stored in the database for the extension
-
EXTENSIONS
The filesystem path to the
extensions
folder -
FACE
The filesystem path to the
interface
folder which is contained within thesymphony/lib
folder. -
host_utf8
-
HTTP_HOST
-
http_host
Returns the current host, e.g.
-
HTTP_PROTO
Returns the protocol used to this request.
-
HTTP_USER_AGENT
Returns the User Agent string of the browser that is viewing the current page
-
HTTPS
Returns the environmental variable if HTTPS is in use.
-
LANG
The filesystem path to the
lang
folder which is contained within thesymphony/lib
folder. -
LIBRARY
The filesystem path to the
lib
folder which is contained within thesymphony
folder. -
LOGS
The filesystem path to the
logs
folder which is contained within themanifest
folder. -
MANIFEST
The filesystem path to the
manifest
folder -
PAGES
The filesystem path to the
pages
folder which is contained within theworkspace
folder. -
PROFILE_LAP
Defines a constant for when a snapshot should be between two points, usually when a start time has been given
-
PROFILE_RUNNING_TOTAL
Defines a constant for when the Profiler should be a complete snapshot of the page load, from the very start, to the very end.
-
REMOTE_ADDR
Returns the IP address of the machine that is viewing the current page.
-
RESOURCE_TYPE_DS
The integer value for datasource-type resources.
-
RESOURCE_TYPE_EVENT
The integer value for event-type resources.
-
settings
-
STARTTIME
Used as a default seed, this returns the time in seconds that Symphony started to load.
-
SYMPHONY
The filesystem path to the
symphony
folder -
SYMPHONY_LAUNCHER
Overload the default Symphony launcher logic.
-
SYMPHONY_URL
Returns the URL + /symphony.
-
TEMPLATE
The filesystem path to the
template
folder which is contained within thesymphony
folder. -
TEXTFORMATTERS
The filesystem path to the
text-formatters
folder which is contained within theworkspace
folder. -
TMP
The filesystem path to the
tmp
folder which is contained within the system's temp directory (sysgettemp_dir()), or theupload_tmp_dir
or falling back to usemanifest/tmp
. -
TOOLKIT
The filesystem path to the
toolkit
folder which is contained within thesymphony/lib
folder. -
TWO_WEEKS
Returns the number of seconds that represent two weeks.
-
URL
The base URL of this Symphony install, minus the symphony path.
-
UTILITIES
The filesystem path to the
utilities
folder which is contained within theworkspace
folder. -
WORKSPACE
The filesystem path to the
workspace
folder
-