Translations of this page:
 

dbRetrieve()

The dbRetrieve() function reads a data object from the Database for Contents, which was stored there using dbStore().

mixed dbRetrieve(string key)

  • key
    The database key to be created, updated or deleted. The key must be between 2 and 63 characters long. Special characters (e.g., ä ö ü) may require more than one character.

Important: Unlike dbGet(), data objects cannot be stored for different language versions.

Important: You can only use dbRetrieve() to retrieve data objects that have been stored using dbStore(), not arrays that have been stored using dbSet().

Data imported from a table into the Database for Contents can only be retrieved using dbGet(), not using dbRetrieve().

en/create/functions/dbretrieve.txt · Last modified: by anja.vandersmissen
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki