JDatabaseQueryElement::append: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Appends element parts to the internal list. | Appends element parts to the internal list. | ||
<source lang="php"> | <source lang="php"> | ||
public | public function append ($elements) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 22: | ||
|- | |- | ||
|} | |} | ||
* '''Returns''' void | |||
void | * '''Defined''' on line 78 of libraries/joomla/database/databasequery.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/database/databasequery.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQueryElement::append source code''' on [[jplatform:database/databasequery.php#cl-70|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JDatabaseQueryElement|JDatabaseQueryElement]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | |||
* | * [[API17:JDatabaseQueryElement::append|Other versions of JDatabaseQueryElement::append]] | ||
* [[JDatabaseQueryElement::append|Other versions of | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseQueryElement::append | category=JDatabaseQueryElement::append | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:43, 25 March 2017
JDatabaseQueryElement::append
Description
Appends element parts to the internal list.
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
User contributed notes
Code Examples