API17:JDatabase::insertObject
From Joomla! Documentation
JDatabase::insertObject
Description
Inserts a row into a table based on an object's properties.
public function insertObject (
$table
&$object
$key=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | |||
| &$object | object | $object A reference to an object whose public properties match the table fields. | |
| $key | string | null | The name of the primary key. If provided the object property is updated. |
See also
JDatabase::insertObject source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::insertObject
User contributed notes
Code Examples