Previous Page
_exception()

Solar_Example_Model_Metas
_fetchAll()

Next Page
_fetchAssoc()

_fetchAll()

protected mixed _fetchAll ( Solar_Sql_Select $select, array $params )

Support method for fetchAll() to add eager related records.

Inherited from Solar_Sql_Model.

Parameters

  • (Solar_Sql_Select) $select: The select object for fetching.
  • (array) $params: The original params passed to fetchAll(). In general, only needed for the 'eager' key.

Returns

  • (mixed) Solar_Sql_Model_Collection of found records, or an empty array if no records were found.

Description

Support method for fetchAll() to add eager related records.