Solar_Sql_Model::fetchAll()

public Solar_Sql_Model_Collection Solar_Sql_Model::fetchAll ( array|Solar_Sql_Model_Params_Fetch $fetch = NULL )

Fetches a collection of all records by arbitrary parameters.

Parameters

  • (array|Solar_Sql_Model_Params_Fetch) $fetch: Parameters for the fetch.

Returns

  • (Solar_Sql_Model_Collection) A collection object.

Description

Fetches a collection of all records by arbitrary parameters.



Local