API16

Difference between revisions of "JDatabase/updateObject"

From Joomla! Documentation

< API16:JDatabase
(New page: ===Description=== Update an object in the database <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]<...)
 
Line 21: Line 21:
 
|   
 
|   
 
|-
 
|-
|  
+
| &$object
 
|  
 
|  
 
|   
 
|   

Revision as of 05:03, 30 March 2010

The "API16" 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.

Description[edit]

Update an object in the database

[Edit Descripton]

Template:Description:JDatabase/updateObject

Syntax[edit]

updateObject($table, &$object, $keyName, $updateNulls=true)
Parameter Name Default Value Description
$table
&$object
$keyName
$updateNulls true

Defined in[edit]

libraries/joomla/database/database.php

Importing[edit]

jimport( 'joomla.database.database' );

Source Body[edit]

[Edit See Also] Template:SeeAlso:JDatabase/updateObject

Examples[edit]

<CodeExamplesForm />