JDatabaseQueryElementMySQL:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JDatabaseQueryElementMySQL::__construct}} | {{subst:Description:JDatabaseQueryElementMySQL::__construct}} | ||
<source lang="php"> | <source lang="php"> | ||
public function __construct ( | public function __construct ( | ||
| Line 47: | Line 45: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseQueryElementMySQL::__construct|Other versions of JDatabaseQueryElementMySQL::__construct]] | * [[API17:JDatabaseQueryElementMySQL::__construct|Other versions of JDatabaseQueryElementMySQL::__construct]] | ||
{{SeeAlso:JDatabaseQueryElementMySQL::__construct}} | {{subst:SeeAlso:JDatabaseQueryElementMySQL::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:09, 24 March 2017
JDatabaseQueryElementMySQL::__construct
Description
Constructor.
{{subst:Description:JDatabaseQueryElementMySQL::__construct}}
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
{{subst:SeeAlso:JDatabaseQueryElementMySQL::__construct}}
User contributed notes
<CodeExamplesForm />