Solar_Sql_Select::multiWhere()

public Solar_Sql_Select Solar_Sql_Select::multiWhere ( array $list , string $op = 'AND' )

Adds multiple WHERE conditions to the query.

Parameters

  • (array) $list: An array of WHERE conditions. Conditions starting with "OR" and "AND" are honored correctly.

  • (string) $op: If a condition does not explicitly start with "AND" or "OR", connect the condition with this operator. Default "AND".

Returns

  • (Solar_Sql_Select)

Description

Adds multiple WHERE conditions to the query.

See Also



Local