Element index for package com.lokorin.lokorin.includes
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
c
- cleanUp
- in file common.php, function cleanUp()
Cleans up and does anything that should be done before finishing. This function should be called directly after a page is served to the used.
- common.php
- procedural page common.php
top
d
- DATE_COMMENT
- in file common.php, constant DATE_COMMENT
Date format constants to be used with the date() function.
- DATE_LONG
- in file common.php, constant DATE_LONG
Date format constants to be used with the date() function.
- DATE_RSS
- in file common.php, constant DATE_RSS
Date format constants to be used with the date() function.
- DATE_SHORT
- in file common.php, constant DATE_SHORT
Date format constants to be used with the date() function.
- DATE_SHORTER
- in file common.php, constant DATE_SHORTER
Date format constants to be used with the date() function.
- DATE_SITEMAP
- in file common.php, constant DATE_SITEMAP
Date format constants to be used with the date() function.
- DATE_TIME
- in file common.php, constant DATE_TIME
Date format constants to be used with the date() function.
- DEBUG_MODE_ON
- in file common.php, constant DEBUG_MODE_ON
A switch for if debug info should be displayed or not. True if it should be displayed, false otherwise.
- DOC_ROOT
- in file common.php, constant DOC_ROOT
The absolute path to the root of the site.
- doInclude
- in file common.php, function doInclude()
Includes a library into the code.
top
f
- FOLDER_ADMIN
- in file common.php, constant FOLDER_ADMIN
Site specific folder name constants.
- FOLDER_CACHE
- in file common.php, constant FOLDER_CACHE
Site specific folder name constants.
- FOLDER_CSS
- in file common.php, constant FOLDER_CSS
Site specific folder name constants.
- FOLDER_CSS_CACHE
- in file common.php, constant FOLDER_CSS_CACHE
Site specific folder name constants.
- FOLDER_DOWNLOADS
- in file common.php, constant FOLDER_DOWNLOADS
Site specific folder name constants.
- FOLDER_ICONS
- in file common.php, constant FOLDER_ICONS
Site specific folder name constants.
- FOLDER_IMAGES
- in file common.php, constant FOLDER_IMAGES
Site specific folder name constants.
- FOLDER_INCLUDES
- in file common.php, constant FOLDER_INCLUDES
Site specific folder name constants.
- FOLDER_JS
- in file common.php, constant FOLDER_JS
Site specific folder name constants.
- FOLDER_RESOURCES
- in file common.php, constant FOLDER_RESOURCES
Site specific folder name constants.
- FOLDER_THUMBNAILS
- in file common.php, constant FOLDER_THUMBNAILS
Site specific folder name constants.
- footer.php
- procedural page footer.php
top
g
- getRoot
- in file common.php, function getRoot()
Get the relative path from a specified file to the site's root directory.
top
top
m
- MICROTIME_START
- in file common.php, constant MICROTIME_START
A microtime marking when the common page was included, i.e. when the loading of the page started.
top
p
- PAGE_ROOT
- in file common.php, constant PAGE_ROOT
Relative path from the requested uri to the root. This is not neccessarily the same as the path from the current scrip to the root.
top
r
- ROOT
- in file common.php, constant ROOT
Relative path from the current script to the root.
- ROOT_PATH
- in file common.php, constant ROOT_PATH
Path from the http host to the root.
top
s
- SELF
- in file common.php, constant SELF
The path for the requested page itself. This is the actual requested page, not the page that is actually handeling it (i.e. it's not equal to $_SERVER['PHP_SELF']).
- SITE_CLOSED
- in file common.php, constant SITE_CLOSED
Whether or not the site is currently closed. If the site is currently closed then all non-admin users will be redirected to a page informing them what is going on. The redirect does not affect the admin login page.
top
top
|
|