API17:JDatabaseQuery::set
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQuery::set
Description
Add a single condition string, or an array of strings to the SET clause of the query.
Description:JDatabaseQuery::set [Edit Descripton]
Since
Synopsis
public JDatabaseQuery::set ($conditions, $glue=',')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of conditions. | |
| $glue | string | ',' | The glue by which to join the condition strings. Defaults to ,. |
Returns
Returns this object to allow chaining.
Defined in
libraries/joomla/database/databasequery.php (line 443)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
