API17

JDatabaseQueryMySQL::having: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m JoomlaWikiBot moved page JDatabaseQueryMySQL::having/11.1 to API17:JDatabaseQueryMySQL::having without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 21:25, 10 May 2013

Joomla 11.1 JDatabaseQueryMySQL::having

Description

Template:Description:JDatabaseQueryMySQL::having [Edit Descripton]

public function having (
        $conditions
        $glue='AND'
)
Parameter Type Default Description
$conditions mixed A string or array of columns.
$glue string 'AND' $glue
  • Returns Returns this object to allow chaining.
  • Defined on line 267 of libraries/joomla/database/database/mysqlquery.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JDatabaseQueryMySQL::having [Edit See Also]

User contributed notes

<CodeExamplesForm />