API17:JDatabaseMySQLi::insertObject
From Joomla! Documentation
JDatabaseMySQLi::insertObject
Description
Inserts a row into a table based on an objects properties.
Synopsis
public JDatabaseMySQLi::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/mysqli.php (line 577)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples