JTableExtension: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JTableExtension== | =={{JVer|11.1}} JTableExtension== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 40: | Line 40: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]] | ||
* [[API17:JTableExtension|Other versions of JTableExtension]] | * [[API17:JTableExtension|Other versions of JTableExtension]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JTableExtension | category=JTableExtension | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:48, 25 March 2017
JTableExtension
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Contructor. |
| public | bind | Overloaded bind function. |
| public | check | Overloaded check function. |
| public | find | |
| public | publish | Method to set the publishing state for a row or list of rows in the database table. |
- Defined in libraries/joomla/database/table/extension.php
- Extends JTable
Importing
jimport( 'joomla.database.table.extension' );
See also
JTableExtension source code on BitBucket
Subpackage Database- Other versions of JTableExtension
User contributed notes
Code Examples