API17:JDatabaseQueryElement:: construct
From Joomla! Documentation
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 />
