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

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