|
Previous Page |
Solar_Sql_Model_Related |
Next Page |
_modSelectEager()
protected
void
_modSelectEager (
Solar_Sql_Select $select,
array $cols default NULL
)
Support method for modSelectEager().
Parameters
- (Solar_Sql_Select)
$select: The SELECT to be modified. - (array)
$cols: Any columns to add to the SELECT.
Returns
- (void) The SELECT is modified in place.
Description
Support method for modSelectEager().
This implementation works for belongs_to and has_one (with columns) and has_many (without columns). The "has_many through" relation needs its own implementation.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _fixForeignKey()
- _fixRelatedCol()
- _modSelect()
- _modSelectEager()
- _setCols()
- _setForeignClass()
- _setForeignModel()
- _setRelated()
- _setSelect()
- _setType()
- apiVersion()
- dump()
- fetchArray()
- fetchObject()
- getModel()
- load()
- locale()
- modSelectCountPages()
- modSelectEager()
- newSelect()
- setNativeModel()
- toArray()