Previous Page
dump()

Solar_Sql_Adapter_Sqlite
fetchAll()

Next Page
fetchAssoc()

fetchAll()

public array fetchAll ( array|string $spec, array $data default array () )

Fetches all rows from the database using sequential keys.

Inherited from Solar_Sql_Adapter.

Parameters

  • (array|string) $spec: An array of component parts for a SELECT, or a literal query string.
  • (array) $data: An associative array of data to bind into the SELECT statement.

Returns

  • (array)

Description

Fetches all rows from the database using sequential keys.