tce_config.php
Tags
Table of Contents
Constants
- K_ENABLE_PUBLIC_PDF = \true
- Enable PDF results on public area.
- K_HIDE_EXPIRED_TESTS = \false
- If true hide the expired tests from index table.
- K_MAIN_PAGE = 'index.php'
- Main page (homepage).
- K_MAX_MEMORY_LIMIT = '32M'
- Max memory limit for a PHP script.
- K_MAX_ROWS_PER_PAGE = 50
- Max number of rows to display in tables.
- K_MAX_UPLOAD_SIZE = 1000000
- Max file size to be uploaded [bytes].
- K_PUBLIC_THEME = 'default'
- Theme for the public area
- K_SITE_AUTHOR = 'Nicola Asuni - Tecnick.com LTD'
- Default site author.
- K_SITE_DESCRIPTION = 'TCExam by Tecnick.com'
- Default site description.
- K_SITE_ICON = '../../favicon.ico'
- Path to default html icon.
- K_SITE_KEYWORDS = 'TCExam, eExam, e-exam, web, exam'
- Default keywords.
- K_SITE_REPLY = ''
- Default html reply-to meta tag.
- K_SITE_STYLE = \K_PATH_STYLE_SHEETS . \K_PUBLIC_THEME . '.css'
- Path to public CSS stylesheet for LTR languages.
- K_SITE_STYLE_RTL = \K_PATH_STYLE_SHEETS . \K_PUBLIC_THEME . '_rtl.css'
- Path to CSS stylesheet for RTL languages.
- K_SITE_TITLE = 'TCExam'
- Default site name.
Constants
K_ENABLE_PUBLIC_PDF
Enable PDF results on public area.
public mixed K_ENABLE_PUBLIC_PDF =
\true
K_HIDE_EXPIRED_TESTS
If true hide the expired tests from index table.
public mixed K_HIDE_EXPIRED_TESTS =
\false
K_MAIN_PAGE
Main page (homepage).
public mixed K_MAIN_PAGE = 'index.php'
K_MAX_MEMORY_LIMIT
Max memory limit for a PHP script.
public mixed K_MAX_MEMORY_LIMIT =
'32M'
K_MAX_ROWS_PER_PAGE
Max number of rows to display in tables.
public mixed K_MAX_ROWS_PER_PAGE =
50
K_MAX_UPLOAD_SIZE
Max file size to be uploaded [bytes].
public mixed K_MAX_UPLOAD_SIZE =
1000000
K_PUBLIC_THEME
Theme for the public area
public mixed K_PUBLIC_THEME =
'default'
K_SITE_AUTHOR
Default site author.
public mixed K_SITE_AUTHOR = 'Nicola Asuni -
Tecnick.com LTD'
K_SITE_DESCRIPTION
Default site description.
public mixed K_SITE_DESCRIPTION =
'TCExam by
Tecnick.com'
K_SITE_ICON
Path to default html icon.
public mixed K_SITE_ICON = '../../favicon.ico'
K_SITE_KEYWORDS
Default keywords.
public mixed K_SITE_KEYWORDS =
'TCExam,
eExam, e-exam, web, exam'
K_SITE_REPLY
Default html reply-to meta tag.
public mixed K_SITE_REPLY = ''
K_SITE_STYLE
Path to public CSS stylesheet for LTR languages.
public mixed K_SITE_STYLE = \K_PATH_STYLE_SHEETS .
\K_PUBLIC_THEME . '.css'
K_SITE_STYLE_RTL
Path to CSS stylesheet for RTL languages.
public mixed K_SITE_STYLE_RTL =
\K_PATH_STYLE_SHEETS .
\K_PUBLIC_THEME . '_rtl.css'
K_SITE_TITLE
Default site name.
public mixed K_SITE_TITLE = 'TCExam'