API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQueryElementMySQLi::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElementMySQLi::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:09, 24 March 2017

Joomla 11.1 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.
  • Returns
  • Defined on line 34 of libraries/joomla/database/database/mysqliquery.php
  • Since Joomla 11.1

See also

{{subst:SeeAlso:JDatabaseQueryElementMySQLi::__construct}}

User contributed notes

<CodeExamplesForm />