API17

JDatabaseQueryElementSQLSrv:: construct: Difference between revisions

From Joomla! Documentation

m See also: moving preparation
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
Constructor.  
Constructor.  


{{Description:JDatabaseQueryElementSQLSrv::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseQueryElementSQLSrv::__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:JDatabaseQueryElementSQLSrv::__construct|Other versions of JDatabaseQueryElementSQLSrv::__construct]]
* [[API17:JDatabaseQueryElementSQLSrv::__construct|Other versions of JDatabaseQueryElementSQLSrv::__construct]]
{{SeeAlso:JDatabaseQueryElementSQLSrv::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseQueryElementSQLSrv::__construct|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseQueryElementSQLSrv::__construct
category=JDatabaseQueryElementSQLSrv::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:43, 25 March 2017

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

See also


User contributed notes

Code Examples