Solar_Sql_Select::_multiHaving()
protected
void
Solar_Sql_Select::_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().