|
Previous Page |
Solar_Sql_Model_Related |
Next Page |
_modSelect()
protected
void
_modSelect (
Solar_Sql_Select $select,
Solar_Sql_Select|Solar_Sql_Model_Record $spec
)
Modifies the base select statement for the relationship type.
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
Modifies the base select statement for the relationship type.