API16:JTableExtension
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JTableExtension
Contents |
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] SeeAlso:JTableExtension
Examples
<CodeExamplesForm />
