Solar_Sql_Model_Related::_modEagerFetch()

protected void Solar_Sql_Model_Related::_modEagerFetch ( Solar_Sql_Model_Params_Eager $eager , Solar_Sql_Model_Params_Fetch $fetch )

Modifies the native fetch with an eager join so that the foreign table is joined properly.

Parameters

  • (Solar_Sql_Model_Params_Eager) $eager: The eager params.

  • (Solar_Sql_Model_Params_Fetch) $fetch: The native fetch settings.

Returns

  • (void)

Description

Modifies the native fetch with an eager join so that the foreign table is joined properly.

See Also



Local