JDatabaseQueryElementMySQLi:: construct: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Constructor. | Constructor. | ||
{{Description:JDatabaseQueryElementMySQLi::__construct}} | {{subst:Description:JDatabaseQueryElementMySQLi::__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:JDatabaseQueryElementMySQLi::__construct|Other versions of JDatabaseQueryElementMySQLi::__construct]] | * [[API17:JDatabaseQueryElementMySQLi::__construct|Other versions of JDatabaseQueryElementMySQLi::__construct]] | ||
{{SeeAlso:JDatabaseQueryElementMySQLi::__construct}} | {{subst:SeeAlso:JDatabaseQueryElementMySQLi::__construct}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:09, 24 March 2017
JDatabaseQueryElementMySQLi::__construct
Description
Constructor.
{{subst:Description:JDatabaseQueryElementMySQLi::__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
JDatabaseQueryElementMySQLi::__construct source code on BitBucket
Class JDatabaseQueryElementMySQLi
Subpackage Database- Other versions of JDatabaseQueryElementMySQLi::__construct
{{subst:SeeAlso:JDatabaseQueryElementMySQLi::__construct}}
User contributed notes
<CodeExamplesForm />