|
Previous Page |
Solar_Model |
Next Page |
_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.
Local
- Overview
- Constants
- Properties
- Methods
- __call()
- __construct()
- __destruct()
- __get()
- _addFilter()
- _addRelated()
- _belongsTo()
- _createTableAndIndexes()
- _exception()
- _fetchAll()
- _fetchAssoc()
- _fixFilters()
- _fixIndex()
- _fixModelName()
- _fixOrder()
- _fixPropertyCols()
- _fixStack()
- _fixTableCols()
- _fixTableName()
- _hasMany()
- _hasOne()
- _setup()
- apiVersion()
- countPages()
- countPagesRelated()
- delete()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchNew()
- fetchOne()
- fetchPairs()
- fetchRelatedArray()
- fetchRelatedObject()
- fetchValue()
- fixSelectParams()
- getPaging()
- getRelated()
- insert()
- locale()
- newCollection()
- newRecord()
- newSelect()
- serializeCols()
- setPaging()
- unserializeCols()
- update()