dbLoad()

The function dbLoad() retrieves from the Database for Contents all entries with the specified prefix and returns them as a two-dimensional array. The entries can be sorted according to their content optionally.

array[] dbData(string Prefix, [int Column1], [int Column2])

Return Value

The function returns a list (array) of database entries as you would get them using dbGet(). The database key is used as an index for the list.