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}} | ||
<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}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:09, 24 March 2017
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. |
See also
JDatabaseQueryElement::append source code on BitBucket
Class JDatabaseQueryElement
Subpackage Database- Other versions of JDatabaseQueryElement::append
{{subst:SeeAlso:JDatabaseQueryElement::append}}
User contributed notes
<CodeExamplesForm />