Previous Page
_join()

Solar_Sql_Select
_multiHaving()

Next Page
_multiWhere()

_multiHaving()

public void _multiHaving ( string $cond, mixed $val, string $op )

Backend support for multiHaving().

Parameters

  • (string) $cond: The HAVING 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 multiHaving().

See Also