/db/forms/forms.phpincforms.phpinc
provides database settings and functions to handle DBMS_FORMS uses $GLOABLS['DBMS_FORM'] to store the forms in an array only pointers are returned in the public functions
require_once
($str_cachePath."frmFldsDefinition.cache")
(line 55)
require_once
(__OCSP_PHPINCPATH__."db"._OCSP_DIRSEP_."forms"._OCSP_DIRSEP_."DBMS_FORM.phpclass")
(line 122)
Constants
require_once
($GLOBALS['PHPFORMPATH']."DBMS_FORM.phpclass")
(line 120)
Constants
DBMS_FLDTYPE_HTMLCODE = "htmlcode"
(line 38)
DBMS_FLDTYPE_SELECTLIST = "selectlist"
(line 37)
DBMS_NO_DBFIELD = "__NO-DBFIELD__"
(line 44)
FRM_MODE_COPY = 7
(line 114)
Constants
FRM_MODE_DELETE = 6
(line 113)
Constants
FRM_MODE_EDIT = 2
(line 109)
Constants
FRM_MODE_HIDDEN = 3
(line 110)
Constants
FRM_MODE_LIST = 4
(line 111)
Constants
FRM_MODE_NEW = 1
(line 108)
Constants
FRM_MODE_READONLY = 0
(line 107)
Constants
FRM_MODE_SEARCH = 5
(line 112)
Constants
includes all field object class sources
Constants
includes the form field class src file
Constants
clears the cache for a form
Constants
gets a form from the file cache with id
Constants if file cache does not exists or is expired NULL is returned
gets a form from the file cache with unique name
Constants if file cache does not exists or is expired NULL is returned
loads a form of a special type (subclass ob DBMS_FORM)
Constants the subcluss must have the method castFromFrmObj() if not an object of DBMS_FORM is returned
you also have to include the class source before calling this method
loads a form of a special type (subclass ob DBMS_FORM)
Constants the subcluss must have the method castFromFrmObj() if not an object of DBMS_FORM is returned
you also have to include the class source before calling this method
returns a POINTER to the form with id $aId
Constants loads a from from cache (or db) into GLOABALS['DBMS_FORMS'][$aId] array if the array element is not an object. Uses $OCSP_OBJ['USRDB'] as DB Object returns a pointer to the global array element
returns a POINTER to the form with unique name $name
Constants loads a from from cache (or db) into GLOABALS['DBMS_FORMS'][$aId] array if the array element is not an object. Uses $OCSP_OBJ['USRDB'] as DB Object returns a pointer to the global array element
generates a new form
Constants
destroies a FORM Object
Constants
Documentation generated on Thu, 08 Jan 2009 17:44:07 +0100 by phpDocumentor 1.4.0a2