JDatabase::insertObject/11.1
From Joomla! Documentation
JDatabase::insertObject
Description
Inserts a row into a table based on an object's properties.
Description:JDatabase::insertObject [Edit Descripton]
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
SeeAlso:JDatabase::insertObject [Edit See Also]