API17:JDatabaseQueryMySQL::insertInto
From Joomla! Documentation
JDatabaseQueryMySQL::insertInto
Description
public function insertInto (
$table_name
$increment_field=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table_name | string | A string | |
| $increment_field | boolean | false | Provinding value for autoincrement primary key or not |
- Returns Returns this object to allow chaining.
- Defined on line 362 of libraries/joomla/database/database/mysqlquery.php
- Since

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