Solar_Sql_Model_Params_Eager::addCondition()

public Solar_Sql_Model_Params_Eager Solar_Sql_Model_Params_Eager::addCondition ( string $cond , string $val = '--5a333dc50d9341d8e73e56e2ba591b87' )

Sets the join condition to use; note that this overrides the existing join condition.

Parameters

  • (string) $cond: The ON condition.

  • (string) $val: A value to quote into the condition, replacing question-mark placeholders.

Returns

  • (Solar_Sql_Model_Params_Eager)

Description

Sets the join condition to use; note that this overrides the existing join condition.



Local