File/control-panel.php

Description
Includes
 require ("utils.php") (line 107)

Utilities

 require ("application-defs.php") (line 113)

Application setup

 require ("form-defs.php") (line 105)

Form handling

 require ("renderable.php") (line 103)

Renderable module defs

 require ("debugger.php") (line 109)

Debugger defs

 require ("recmaint-defs.php") (line 111)

Record maintainer module

 require ("constants.php") (line 101)

Sundry contants & defs

Constants
CP_VIEW_AUTH = 1 (line 33)

View of authentication & security settings

CP_VIEW_DB = 2 (line 35)

View of database settings

CP_VIEW_DEBUG = 3 (line 37)

View of debugging settings

CP_VIEW_DEFAULT = (line 31)

Standard (default) view

LOCAL_AUTH = (line 41)

User data is maintained on the local database in Axyl format This is the default.

NOT_MAPPED = "" (line 47)

Used to indicate items do not have a remote mapping

REMOTE_AUTH_LDAP = 2 (line 45)

User data maintained on an LDAP server (not yet implemented)

REMOTE_AUTH_REMOTEDB = 1 (line 43)

User data is maintained on a remote database

Functions
entryField (line 1125)
void entryField (mixed $label, mixed $fieldname, mixed &$valarray, [mixed $tooltip = ""])
infoField (line 1138)
void infoField (mixed $info)
integerField (line 1147)
void integerField (mixed $label, mixed $fieldname, mixed &$valarray, mixed $intlimit, [mixed $pxwidth = 100], [mixed $tooltip = ""])

Documentation generated by phpDocumentor 1.3.0RC3