Previous Page
dump()

Solar_Sql_Select
fetch()

Next Page
fetchAll()

fetch()

public mixed fetch ( string $type default 'pdo' )

Fetch the results based on the current query properties.

Parameters

  • (string) $type: The type of fetch to perform (all, one, col, etc). Default is 'pdo'.

Returns

  • (mixed) The query results.

Description

Fetch the results based on the current query properties.