constSTORE_FORM="F";// form, still not saved in database
constSTORE_SIP="S";// SIP
constSTORE_RECORD_ID="R";// table.id
constSTORE_RECORD="R";// selected record from primary table.
constSTORE_DATABASE_DEFINITION="D";// Default definition in database
constSTORE_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