JDatabase::insertObject
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabase::insertObject[edit]
Description[edit]
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[edit]
JDatabase::insertObject source code on BitBucket
Class JDatabase
Subpackage Database
- Other versions of JDatabase::insertObject
User contributed notes[edit]
Code Examples[edit]