Solar_Sql_Select::fetch()
public
mixed
Solar_Sql_Select::fetch
( string $type = '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.