files-shared-config-default-tce-paths

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website.

tce_paths.php

Tags
file

Configuration file for files and directories paths.

author

Nicola Asuni

since
2002-01-15

Table of Contents

Constants

K_BLANK_IMAGE  = \K_PATH_IMAGES . '_blank.png'
Full path to a blank image.
K_PATH_BACKUP  = \K_PATH_MAIN . 'admin/backup/'
Full path to backup directory.
K_PATH_CACHE  = \K_PATH_MAIN . 'cache/'
Full path to cache directory.
K_PATH_FONTS  = \K_PATH_MAIN . 'fonts/'
Full path to fonts directory.
K_PATH_HOST  = ''
Host URL (e.g.: "http://www.yoursite.com").
K_PATH_IMAGES  = '../../images/'
Relative path to images directory.
K_PATH_JSCRIPTS  = '../jscripts/'
Relative path to javascript directory.
K_PATH_LANG_CACHE  = \K_PATH_CACHE . 'lang/'
Full path to cache directory used for language files.
K_PATH_MAIN  = ''
Real full path where this program is installed (e.g: "/var/www/html/TCExam/").
K_PATH_PUBLIC_CODE  = \K_PATH_HOST . \K_PATH_TCEXAM . 'public/code/'
Path to public code.
K_PATH_PUBLIC_CODE_REAL  = \K_PATH_MAIN . 'public/code/'
Server path to public code.
K_PATH_SHARED_JSCRIPTS  = '../../shared/jscripts/'
Relative path to shared javascript directory.
K_PATH_STYLE_SHEETS  = '../styles/'
Relative path to stylesheets directory.
K_PATH_TCEXAM  = ''
Relative URL where this program is installed (e.g.: "/").
K_PATH_TMX_FILE  = \K_PATH_MAIN . 'shared/config/lang/language_tmx.xml'
Full path to TMX language file.
K_PATH_URL  = \K_PATH_HOST . \K_PATH_TCEXAM
Constant used on TCPDF library.
K_PATH_URL_CACHE  = \K_PATH_TCEXAM . 'cache/'
URL path to to cache directory.
K_STANDARD_PORT  = 80
Standard port for http (80) or https (443).

Constants

K_BLANK_IMAGE

Full path to a blank image.

public mixed K_BLANK_IMAGE = \K_PATH_IMAGES . '_blank.png'

K_PATH_BACKUP

Full path to backup directory.

public mixed K_PATH_BACKUP = \K_PATH_MAIN . 'admin/backup/'

Please protect this directory with extra authentication to restrict access.

K_PATH_CACHE

Full path to cache directory.

public mixed K_PATH_CACHE = \K_PATH_MAIN . 'cache/'

K_PATH_FONTS

Full path to fonts directory.

public mixed K_PATH_FONTS = \K_PATH_MAIN . 'fonts/'

K_PATH_HOST

Host URL (e.g.: "http://www.yoursite.com").

public mixed K_PATH_HOST = ''

K_PATH_IMAGES

Relative path to images directory.

public mixed K_PATH_IMAGES = '../../images/'

K_PATH_JSCRIPTS

Relative path to javascript directory.

public mixed K_PATH_JSCRIPTS = '../jscripts/'

K_PATH_LANG_CACHE

Full path to cache directory used for language files.

public mixed K_PATH_LANG_CACHE = \K_PATH_CACHE . 'lang/'

K_PATH_MAIN

Real full path where this program is installed (e.g: "/var/www/html/TCExam/").

public mixed K_PATH_MAIN = ''

K_PATH_PUBLIC_CODE

Path to public code.

public mixed K_PATH_PUBLIC_CODE = \K_PATH_HOST . \K_PATH_TCEXAM . 'public/code/'

K_PATH_PUBLIC_CODE_REAL

Server path to public code.

public mixed K_PATH_PUBLIC_CODE_REAL = \K_PATH_MAIN . 'public/code/'

K_PATH_SHARED_JSCRIPTS

Relative path to shared javascript directory.

public mixed K_PATH_SHARED_JSCRIPTS = '../../shared/jscripts/'

K_PATH_STYLE_SHEETS

Relative path to stylesheets directory.

public mixed K_PATH_STYLE_SHEETS = '../styles/'

K_PATH_TCEXAM

Relative URL where this program is installed (e.g.: "/").

public mixed K_PATH_TCEXAM = ''

K_PATH_TMX_FILE

Full path to TMX language file.

public mixed K_PATH_TMX_FILE = \K_PATH_MAIN . 'shared/config/lang/language_tmx.xml'

K_PATH_URL

Constant used on TCPDF library.

public mixed K_PATH_URL = \K_PATH_HOST . \K_PATH_TCEXAM

K_PATH_URL_CACHE

URL path to to cache directory.

public mixed K_PATH_URL_CACHE = \K_PATH_TCEXAM . 'cache/'

K_STANDARD_PORT

Standard port for http (80) or https (443).

public mixed K_STANDARD_PORT = 80
On this page
 

© 2004-2024 – Nicola Asuni - Tecnick.com - All rights reserved.
about - disclaimer - privacy