API17:JDatabaseQueryElement:: construct
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JDatabaseQueryElement::__construct ($name, $elements, $glue= ',') |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 40: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/database/databasequery.php | + | libraries/joomla/database/databasequery.php (line 50) |
| + | * see source code in [[jplatform:database/databasequery.php#cl-50|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:18, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQueryElement::__construct
Description
Constructor.
Description:JDatabaseQueryElement:: construct [Edit Descripton]
Since
Synopsis
public JDatabaseQueryElement::__construct ($name, $elements, $glue= ',')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the element. | |
| $elements | mixed | String or array. | |
| $glue | string | ',' | The glue for elements. |
Returns
Defined in
libraries/joomla/database/databasequery.php (line 50)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDatabaseQueryElement:: construct
Examples
<CodeExamplesForm />
