Solar_Sql_Model_Related::getForeignConditions()

public array Solar_Sql_Model_Related::getForeignConditions ( string $alias )

Gets the foreign-model WHERE conditions and merges with the WHERE conditions on this relationship.

Parameters

  • (string) $alias: The alias to use for the foreign table.

Returns

  • (array) An array of WHERE conditions.

Description

Gets the foreign-model WHERE conditions and merges with the WHERE conditions on this relationship.



Local