API17:JDatabaseQueryElementMySQL:: construct
From Joomla! Documentation
JDatabaseQueryElementMySQL::__construct
Description
Constructor.
public function __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. |
See also
JDatabaseQueryElementMySQL::__construct source code on BitBucket
Class JDatabaseQueryElementMySQL
Subpackage Database- Other versions of JDatabaseQueryElementMySQL::__construct
User contributed notes
Code Examples