API17

JDatabaseQueryMySQL::set

From Joomla! Documentation

Revision as of 16:28, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JDatabaseQueryMySQL::set/11.1 to API17:JDatabaseQueryMySQL::set without leaving a redirect: Robot: Moved page)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseQueryMySQL::set[edit]

Description[edit]

Template:Description:JDatabaseQueryMySQL::set [Edit Descripton]

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/mysqlquery.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JDatabaseQueryMySQL::set [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />