API16

JTableUpdate/ construct

From Joomla! Documentation

< API16:JTableUpdate
Revision as of 17:42, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Contructor <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]

Contructor

[Edit Descripton]

Template:Description:JTableUpdate/ construct

Syntax[edit]

__construct(&$db)
Parameter Name Default Value Description
A database connector object

Defined in[edit]

libraries/joomla/database/table/update.php

Importing[edit]

jimport( 'joomla.database.table.update' );

Source Body[edit]

function __construct( &$db ) {
        parent::__construct( '#__updates', 'update_id', $db );
}

[Edit See Also] Template:SeeAlso:JTableUpdate/ construct

Examples[edit]

<CodeExamplesForm />