API17

API17:JDatabase::insertObject

From Joomla! Documentation

Joomla 11.1 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.
  • Returns bool True on success.
  • Defined on line 484 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples