API17:JDatabaseQuery::update
From Joomla! Documentation
JDatabaseQuery::update
Description
public function update ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | mixed | A string or array of table names. |
- Returns Returns this object to allow chaining.
- Defined on line 347 of libraries/joomla/database/databasequery.php
- Since

See also
JDatabaseQuery::update source code on BitBucket
Class JDatabaseQuery
Subpackage Database- Other versions of JDatabaseQuery::update
User contributed notes
Code Examples