JDatabase::insertObject/11.1

From Joomla! Documentation

Jump to: navigation, search

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

See also

SeeAlso:JDatabase::insertObject [Edit See Also]

User contributed notes


Personal tools