/response-defs.php| Class | Description |
|---|---|
response
|
THE RESPONSE CLASS |
include
("$DOCUMENT_ROOT/closed.php")
(line 154)
include_once
("unicode-defs.php")
(line 1387)
include_once
("application-defs.php")
(line 135)
Application management classes
include_once
("database-defs.php")
(line 183)
Database access classes
include_once
("html-defs.php")
(line 1357)
include_once
("keep-defs.php")
(line 187)
Axyl keep-alive classes
include_once
("webpage-defs.php")
(line 189)
Core webpage classes
include_once
("file-defs.php")
(line 169)
Filesystem access classes
include_once
("renderable.php")
(line 167)
Basic renderable classes
include_once
("utils.php")
(line 177)
Misc. utility functions
include_once
("debugger.php")
(line 173)
Built-in debugger
include_once
("query-defs.php")
(line 171)
Database query classes
include_once
("constants.php")
(line 161)
Various constants
include_once
("mime-types.php")
(line 163)
MIME types and categories
include_once
("wml-defs.php")
(line 1354)
include_once
("configuration-defs.php")
(line 181)
Generic configuration classes
include_once
("user-defs.php")
(line 175)
User identification and management
include_once
("session-defs.php")
(line 179)
User session management
include_once
("antihack.php")
(line 165)
Simple anti-hack filtering
include_once
("globals-defs.php")
(line 185)
Php globals management
$defname = $defval
(line 139)
AUTHFAIL_DIE_MSG =
(line 51)
Failed authentication: Die, with 'not authorised' message.
AUTHFAIL_DIE_SILENT = 1
(line 53)
Failed authentication: Die silently.
AUTHFAIL_GUEST = 3
(line 57)
Failed authentication: Welcome the user as a guest instead.
AUTHFAIL_REDIRECT = 2
(line 55)
Failed authentication: Re-direct to specified URL.
BROWSER_IE = "msie"
(line 87)
Microsoft internet Explorer
BROWSER_MOZILLA = "mozilla"
(line 89)
Netscape, Mozilla
BROWSER_NETSCAPE = "netscape"
(line 91)
Netscape only, this is Mozilla <5.0
BROWSER_NONE = "none"
(line 99)
Browser detection: No browser; command line interface
BROWSER_OPERA = "opera"
(line 93)
Opera
BROWSER_OTHER = "other"
(line 97)
Browser detection: Other browsers
BROWSER_PHONE = "phone"
(line 95)
Browser detection: Any WAP phone browser
BUILTIN_COMPRESSION = 1
(line 42)
Webpage compression: Use the builtin Php compression system. Requires Php >= v4.04
CUSTOM_COMPRESSION = 2
(line 44)
Webpage compression: Use custom Phplib compression. For Php < v4.04
FORM_AUTHENTICATION = 2
(line 35)
Authentication option: Username/password from custom form fields
HTTP_AUTHENTICATION = 1
(line 33)
Authentication option: Browser popup form
KEEP_DISABLED = false
(line 64)
Disable keeping variables across requests using Php session handling
KEEP_ENABLED = true
(line 62)
Enable keeping variables across requests using Php session handling
METADATA_DISABLED = false
(line 71)
Disable metadata editing and generation enhancements
METADATA_ENABLED = true
(line 69)
Enable metadata editing and generation enhancements
MULTILANG_DISABLED = false
(line 78)
Disable multi-language extensions
MULTILANG_ENABLED = true
(line 76)
Enable multi-language extensions
NO_AUTHENTICATION =
(line 31)
Authentication option: Redundant case, no authentication
NO_COMPRESSION =
(line 40)
Webpage compression: None. Just straight HTML
Documentation generated by phpDocumentor 1.3.0RC3