JDatabaseQuery::having
Signature
protected function having(mixed
$conditions,
[string
$glue = 'AND'] )
Parameters
-
$conditions
- A string or array of columns.
-
$glue
- The glue by which to join the conditions. Defaults to AND.
Returns
- JDatabaseQuery
- Returns this object to allow chaining.