Previous Page
locale()

Solar_Sql_Select
multiHaving()

Next Page
multiWhere()

multiHaving()

public Solar_Sql_Select multiHaving ( array $list, string $op default 'AND' )

Adds multiple HAVING conditions to the query.

Parameters

  • (array) $list: An array of HAVING conditions.
  • (string) $op: How to add the conditions, by 'AND' (the default) or by 'OR'.

Returns

  • (Solar_Sql_Select)

Description

Adds multiple HAVING conditions to the query.

Otherwise identical to having()/orHaving().

See Also