API17:JDatabaseMySQL::insertObject
From Joomla! Documentation
JDatabaseMySQL::insertObject
Description
Inserts a row into a table based on an objects properties.
Synopsis
public JDatabaseMySQL::insertObject ($table, &$object, $keyName=NULL)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | The name of the table | |
| &$object | object | An object whose properties match table fields | |
| $keyName | string | NULL | The name of the primary key. If provided the object property is updated. |
Returns
Defined in
libraries/joomla/database/database/mysql.php (line 585)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples