0 users online. Create an account or sign in to join them.Users
- Symphony 2.2
-
› boot9 -
› core22 -
› email-gateways3 -
› toolkit67 -
› Unknown33 - Delegates82
- Deprecated28
Versions
Options
-
Constants
-
__SECURE__
If HTTPS is on,
__SECURE__will be set to true, otherwise false -
ACTIVITY_LOG
The filesystem path to the
mainfile which is contained within themanifest/logsfolder. -
ASSETS
The filesystem path to the
assetsfolder which is contained within thesymphonyfolder. -
BOOT
The filesystem path to the
bootfolder which is contained within thesymphony/libfolder. -
CACHE
The filesystem path to the
cachefolder which is contained within themanifestfolder. -
CONFIG
The filesystem path to the
config.phpfile which is contained within themanifestfolder. -
CONTENT
The filesystem path to the
contentfolder which is contained within thesymphonyfolder. -
CORE
The filesystem path to the
corefolder which is contained within thesymphony/libfolder. -
DATASOURCES
The filesystem path to the
data-sourcesfolder which is contained within theworkspacefolder. -
EMAILGATEWAYS
The filesystem path to the
email-gatewaysfolder which is contained within thesymphony/lib/toolkitfolder. -
EVENTS
The filesystem path to the
eventsfolder which is contained within theworkspacefolder. -
EXTENSIONS
The filesystem path to the
extensionsfolder -
HTTP_HOST
Returns the current host, ie.
-
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
langfolder which is contained within thesymphony/libfolder. -
LIBRARY
The filesystem path to the
libfolder which is contained within thesymphonyfolder. -
LOGS
The filesystem path to the
logsfolder which is contained within themanifestfolder. -
MANIFEST
The filesystem path to the
manifestfolder -
PAGES
The filesystem path to the
pagesfolder which is contained within theworkspacefolder. -
PHP_VERSION_ID
For versions of PHP below 5.2.7, the PHPVERSIONID constant, doesn't exist, so this will just mimic the functionality as described on the PHP documentation
-
REMOTE_ADDR
Returns the IP address of the machine that is viewing the current page.
-
STARTTIME
Used as a default seed, this returns the time in seconds that Symphony started to load.
-
SYMPHONY
The filesystem path to the
symphonyfolder -
SYMPHONY_URL
Returns the URL + /symphony.
-
TEMPLATE
The filesystem path to the
templatefolder which is contained within thesymphonyfolder. -
TEXTFORMATTERS
The filesystem path to the
text-formattersfolder which is contained within theworkspacefolder. -
TMP
The filesystem path to the
tmpfolder which is contained within themanifestfolder. -
TOOLKIT
The filesystem path to the
toolkitfolder which is contained within thesymphony/libfolder. -
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
utilitiesfolder which is contained within theworkspacefolder. -
WORKSPACE
The filesystem path to the
workspacefolder
-