|
Previous Page |
Solar_Sql_Model_Related_HasMany |
Next Page |
_modSelect()
protected
void
_modSelect (
Solar_Sql_Select $select,
Solar_Sql_Select|Solar_Sql_Model_Record $spec
)
Special-case modification for selections of has-many-through records.
Parameters
- (Solar_Sql_Select)
$select: The selection object to modify. - (Solar_Sql_Select|Solar_Sql_Model_Record)
$spec: If a Solar_Sql_Select, used as an "inner" select to find the correct native IDs. If a Solar_Sql_Model_Record, will find based on the ID of the record.
Returns
- (void)
Description
Special-case modification for selections of has-many-through records.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _fixForeignKey()
- _fixRelatedCol()
- _modSelect()
- _modSelectEager()
- _setCols()
- _setForeignClass()
- _setForeignModel()
- _setRelated()
- _setRelatedThrough()
- _setSelect()
- _setType()
- apiVersion()
- dump()
- fetchArray()
- fetchObject()
- getModel()
- load()
- locale()
- modSelectCountPages()
- modSelectEager()
- newSelect()
- setNativeModel()
- toArray()