@@ -69,7 +88,8 @@ const STORE_FORM = "F"; // form, still not saved in database
constSTORE_SIP="S";// SIP
constSTORE_RECORD="R";// selected record from primary table.
constSTORE_PARENT_RECORD="P";// on multi forms the recent record of the outer query (multi).
constSTORE_TABLE_DEFINITION="D";// table definition in database of primary table.
constSTORE_TABLE_DEFAULT="D";// definition of primary table.
constSTORE_TABLE_COLUMN_TYPES="M";// column types of primary table.
constSTORE_CLIENT="C";// Client: POST variable, if not found: GET variable
constSTORE_TYPO3="T";// Typo3 > Page content record > bodytext
constSTORE_ZERO="0";// value: 0, might helpfull if variable is empty but used in an SQL statement, which might produce a SQL error otherwise if substituted with an empty string
constSYSTEM_FORM_ELEMENT_COLUMN='formElementColumn';// '<columnname of current processed formElement>'
// die folgenden Elemente sind vermutlich nicht noetig, wenn Store Klassen gloable Vars benutzt.
//const SYSTEM_FORM_DEF = 'formDefinition'; // Type: SANATIZE_ALNUMX / AssocArray. Final form to process. Useful for error reporting.
//const SYSTEM_FORM_ELEMENT_DEF = 'formElementDefinition'; // Type: SANATIZE_ALL / AssocArray. Formelement which are processed at the moment. Useful for error reporting.
//const SYSTEM_FORM_ELEMENT_FIELD = 'formElementField'; // Type: SANATIZE_ALNUMX / String. Fieldname of processed Formelement. Useful for error reporting.