Solar_Sql_Select::_multiWhere()

protected void Solar_Sql_Select::_multiWhere ( string $cond , mixed $val , string $op )

Backend support for multiWhere().

Parameters

  • (string) $cond: The WHERE condition.

  • (mixed) $val: A value (if any) to quote into the condition.

  • (string) $op: The implicit operator to use for the condition, if needed.

Returns

  • (void)

Description

Backend support for multiWhere().

See Also



Local