API17

API17:JDatabaseQueryMySQL::insertInto

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples