API17

JDatabaseQuerySQLSrv::set: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JDatabaseQuerySQLSrv::set}}
 


<source lang="php">
<source lang="php">
Line 39: Line 39:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseQuerySQLSrv::set|Other versions of JDatabaseQuerySQLSrv::set]]
* [[API17:JDatabaseQuerySQLSrv::set|Other versions of JDatabaseQuerySQLSrv::set]]
{{subst:SeeAlso:JDatabaseQuerySQLSrv::set}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseQuerySQLSrv::set
category=JDatabaseQuerySQLSrv::set
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:47, 25 March 2017

Joomla 11.1 JDatabaseQuerySQLSrv::set

Description

public function set (
        $conditions
        $glue='
        '
)
Parameter Type Default Description
$conditions mixed A string or array of conditions.
$glue string ',' $glue
  • Returns Returns this object to allow chaining.
  • Defined on line 209 of libraries/joomla/database/database/sqlsrvquery.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples