JDatabaseQueryElementMySQL:: construct: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 44: | Line 44: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQueryElementMySQL::__construct source code''' on [[jplatform:database/database/mysqlquery.php#cl-26|BitBucket]] | * {{JVer|11.1}} '''JDatabaseQueryElementMySQL::__construct source code''' on [[jplatform:database/database/mysqlquery.php#cl-26|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseQueryElementMySQL | * {{JVer|11.1}} Class [[API17:JDatabaseQueryElementMySQL|JDatabaseQueryElementMySQL]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseQueryElementMySQL::__construct|Other versions of JDatabaseQueryElementMySQL::__construct]] | * [[API17:JDatabaseQueryElementMySQL::__construct|Other versions of JDatabaseQueryElementMySQL::__construct]] | ||
{{SeeAlso:JDatabaseQueryElementMySQL::__construct}} | {{SeeAlso:JDatabaseQueryElementMySQL::__construct}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:15, 12 May 2013
JDatabaseQueryElementMySQL::__construct
Description
Constructor.
Template:Description:JDatabaseQueryElementMySQL:: construct [Edit Descripton]
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
Template:SeeAlso:JDatabaseQueryElementMySQL:: construct [Edit See Also]
User contributed notes
<CodeExamplesForm />