API17

JDatabaseQueryElement::append: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m clean up
Line 4: Line 4:
Appends element parts to the internal list.  
Appends element parts to the internal list.  


{{Description:JDatabaseQueryElement::append}}
{{subst:Description:JDatabaseQueryElement::append}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQueryElement::append|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function append ($elements)
public function append ($elements)
Line 32: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseQueryElement::append|Other versions of JDatabaseQueryElement::append]]
* [[API17:JDatabaseQueryElement::append|Other versions of JDatabaseQueryElement::append]]
{{SeeAlso:JDatabaseQueryElement::append}}
{{subst:SeeAlso:JDatabaseQueryElement::append}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElement::append|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 JDatabaseQueryElement::append

Description

Appends element parts to the internal list.

{{subst:Description:JDatabaseQueryElement::append}}

public function append ($elements)
Parameter Type Default Description
$elements mixed String or array.
  • Returns void
  • Defined on line 78 of libraries/joomla/database/databasequery.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JDatabaseQueryElement::append}}

User contributed notes

<CodeExamplesForm />