API17

Difference between revisions of "JTableExtension"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/database/table/extension.php
 
libraries/joomla/database/table/extension.php
 +
* see source code in [[jplatform:database/table/extension.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Database/11.1|Database]]
 
[[Subpackage Database/11.1|Database]]
Line 36: Line 37:
 
<source lang="php">jimport( 'joomla.database.table.extension' );</source>
 
<source lang="php">jimport( 'joomla.database.table.extension' );</source>
 
===See also===
 
===See also===
 +
* JTableExtension source code in [[jplatform:database/table/extension.php|BitBucket]]
 
* [[JTableExtension|Other versions of this class]]
 
* [[JTableExtension|Other versions of this class]]
 
{{SeeAlso:JTableExtension}}
 
{{SeeAlso:JTableExtension}}

Revision as of 18:02, 23 April 2011

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

[Edit Descripton] Template:Description:JTableExtension

Defined in[edit]

libraries/joomla/database/table/extension.php

Subpackage[edit]

Database

Extends[edit]

JTable

Extended by[edit]

Methods[edit]

Method name Description
__construct Contructor.
bind Overloaded bind function.
check Overloaded check function.
find
publish Method to set the publishing state for a row or list of rows in the database table.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JTableExtension [Edit See Also]

Examples[edit]

<CodeExamplesForm />