Solar_Sql_Model_Related::_setWhereinMax()

protected void Solar_Sql_Model_Related::_setWhereinMax ( array $opts )

Sets the 'wherein_max' value (i.e., the number of records in the native collection after which we should use a 'native-by select' strategy).

Parameters

  • (array) $opts: The user-defined options for the relationship.

Returns

  • (void)

Description

Sets the 'wherein_max' value (i.e., the number of records in the native collection after which we should use a 'native-by select' strategy).



Local