API17:JDatabaseQueryElementSQLSrv:: construct
From Joomla! Documentation
JDatabaseQueryElementSQLSrv::__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
JDatabaseQueryElementSQLSrv::__construct source code on BitBucket
Class JDatabaseQueryElementSQLSrv
Subpackage Database- Other versions of JDatabaseQueryElementSQLSrv::__construct
User contributed notes
Code Examples