constSTORE_FORM="F";// form, still not saved in database
constSTORE_SIP="S";// SIP
constSTORE_RECORD="R";// selected record from primary table.
constSTORE_ADDITIONAL_FORM_ELEMENTS="A";// Internal Store to collect FormElements. Typically for 'hidden' elements of radio and checkbox. Helps render those elements at the end of the whole form rendering.
constSTORE_BEFORE="B";// selected record from primary table before any modifcations.
constSTORE_PARENT_RECORD="P";// on autoCron, copy/paste & multi forms the recent record of the outer query (multi).
constSTORE_CLIENT="C";// Client: POST variable, if not found: GET variable
constSTORE_TABLE_DEFAULT="D";// definition of primary table.
constSTORE_EMPTY="E";// value: '', might helpfull if variable is not defined and should result in an empty string instead of {{...}} (cause not replaced)
constSTORE_FORM="F";// form, still not saved in database
constSTORE_LDAP="L";
constSTORE_TABLE_COLUMN_TYPES="M";// column types of primary table.
constSTORE_CLIENT="C";// Client: POST variable, if not found: GET variable
constSTORE_PARENT_RECORD="P";// on autoCron, copy/paste & multi forms the recent record of the outer query (multi).
constSTORE_RECORD="R";// selected record from primary table.
constSTORE_SIP="S";// SIP
constSTORE_TYPO3="T";// Typo3 > Page content record > bodytext
constSTORE_USER="U";// Like STORE_EXTRA, but for user use.
constSTORE_VAR="V";// Generic Vars
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_EMPTY="E";// value: '', might helpfull if variable is not defined and should result in an empty string instead of {{...}} (cause not replaced)
#const STORE_WIPE_SIP = "W"; // Like SIP, but will remove the entry after reading from STORE_SIP as well as from SESSION-SIP table.
constSTORE_EXTRA="X";// Persistent Store: contains arrays! Used by QFQ system - not used by user.
constSTORE_SYSTEM="Y";// various system values like db connection credentials
constSTORE_EXTRA='X';// Persistent Store: contains arrays! Not Usefull for user. Used by system.
constSTORE_ADDITIONAL_FORM_ELEMENTS='A';// Internal Store to collect FormElements. Typically for 'hidden' elements of radio and checkbox. Helps render those elements at the end of the whole form rendering.
constSTORE_LDAP='L';
constSTORE_USER='U';// Like STORE_EXTRA, but for user use.
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