db_findAll

Get all records for a table

Parameters
string $table

The table name to fetch data from

#
array $fields = []

The list of the field names to select

#
array $orderBy = []

The order by clause for query

#
Returns
array