File/response-defs.php

Description
Classes
Class Description
 class response THE RESPONSE CLASS
Includes
 include ("$DOCUMENT_ROOT/closed.php") (line 165)
 include_once ("globals-defs.php") (line 196)

Php globals management

 include_once ("constants.php") (line 172)

Various constants

 include_once ("webpage-defs.php") (line 200)

Core webpage classes

 include_once ("debugger.php") (line 184)

Built-in debugger

 include_once ("renderable.php") (line 178)

Basic renderable classes

 include_once ("query-defs.php") (line 182)

Database query classes

 include_once ("antihack.php") (line 176)

Simple anti-hack filtering

 include_once ("mime-types.php") (line 174)

MIME types and categories

 include_once ("utils.php") (line 188)

Misc. utility functions

 include_once ("keep-defs.php") (line 198)

Axyl keep-alive classes

 include_once ("user-defs.php") (line 186)

User identification and management

 include_once ("session-defs.php") (line 190)

User session management

 include_once ("file-defs.php") (line 180)

Filesystem access classes

 include_once ("wml-defs.php") (line 1454)
 include_once ("application-defs.php") (line 147)

Application management classes

 include_once ("html-defs.php") (line 1457)
 include_once ("unicode-defs.php") (line 1498)
 include_once ("database-defs.php") (line 194)

Database access classes

 include_once ("configuration-defs.php") (line 192)

Generic configuration classes

Constants
$defname = $defval (line 151)
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 94)

Microsoft internet Explorer

BROWSER_MOZILLA = "mozilla" (line 96)

Netscape, Mozilla

BROWSER_NETSCAPE = "netscape" (line 98)

Netscape only, this is Mozilla <5.0

BROWSER_NONE = "none" (line 106)

Browser detection: No browser; command line interface

BROWSER_OPERA = "opera" (line 100)

Opera

BROWSER_OTHER = "other" (line 104)

Browser detection: Other browsers

BROWSER_PHONE = "phone" (line 102)

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

MICROSITES_DISABLED = false (line 78)

Disable microsites editing and generation enhancements

MICROSITES_ENABLED = true (line 76)

Enable microsites editing and generation enhancements

MULTILANG_DISABLED = false (line 85)

Disable multi-language extensions

MULTILANG_ENABLED = true (line 83)

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