Previous Page
_fixRelatedCol()

Solar_Sql_Model_Related_HasMany
_modSelect()

Next Page
_modSelectEager()

_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.