API17

JDatabaseQueryMySQL::having: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:




{{Description:JDatabaseQueryMySQL::having}}
{{subst:Description:JDatabaseQueryMySQL::having}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQueryMySQL::having|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function having (
public function having (
Line 40: Line 38:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseQueryMySQL::having|Other versions of JDatabaseQueryMySQL::having]]
* [[API17:JDatabaseQueryMySQL::having|Other versions of JDatabaseQueryMySQL::having]]
{{SeeAlso:JDatabaseQueryMySQL::having}}
{{subst:SeeAlso:JDatabaseQueryMySQL::having}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryMySQL::having|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:09, 24 March 2017

Joomla 11.1 JDatabaseQueryMySQL::having

Description

{{subst:Description:JDatabaseQueryMySQL::having}}

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

{{subst:SeeAlso:JDatabaseQueryMySQL::having}}

User contributed notes

<CodeExamplesForm />