constSTORE_FORM="F";// form, still not saved in database
constSTORE_SIP="S";// SIP
constSTORE_RECORD="R";// selected record from primary table.
...
...
@@ -33,9 +45,15 @@ const STORE_CLIENT = "C"; // Client: POST variable, if not found: GET variable
constSTORE_T3_BODYTEXT="B";// 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
constSTORE_SYSTEM="Y";// various system values like db connection credentials
constSTORE_DEF_FORM="O";// Store for the Form defition. 1:1 copy of the record from table 'form'
constSTORE_DEF_FORM_ELEMENT="E";// Store for the FormEelements. 1:1 copy of the record from table 'formelement'