API16

API16:JTableExtension

From Joomla! Documentation

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

[Edit Descripton] Template:Description:JTableExtension

Defined in

libraries/joomla/database/table/extension.php

Methods

Method name Description
__construct Contructor
check Overloaded check function
bind Overloaded bind function
find
publish Method to set the publishing state for a row or list of rows in the database table. The method respects checked out rows by other users and will attempt to checkin rows that it can after adjustments are made.

Importing

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

[Edit See Also] Template:SeeAlso:JTableExtension

Examples

<CodeExamplesForm />