This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:create:functions:dbget [24.01.2015 14:04] alexander.ritter [dbGet()] |
en:create:functions:dbget [24.01.2015 14:06] (current) alexander.ritter [Return Value] |
||
---|---|---|---|
Line 11: | Line 11: | ||
If the specified //key// exists in the database, the function always returns an array -- even if only one value was stored for the //key//. | If the specified //key// exists in the database, the function always returns an array -- even if only one value was stored for the //key//. | ||
- | Wenn der angegeben //Schlüssel// in der Datenbank existiert, gibt die Funktion immer ein Array zurück -- auch wenn nur ein Wert für den //Schlüssel// hinterlegt wurde. | ||
- | If the specified //key// cannot be found in the database, the function returns ''false''. In debug mode (({{:button.debug.gif?nolink|Start questionnaire in debug mode}}) (not in finished questionnaires), a warning will also be displayed, if the key cannot be found. | + | If the specified //key// cannot be found in the database, the function returns ''false''. In debug mode (({{:button.debug.gif?nolink|Start questionnaire in debug mode}}) (not in finished questionnaires), a warning will also be displayed if the key cannot be found. |