API17:JTableContent
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:JTableContent
Defined in
libraries/joomla/database/table/content.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| __construct | |
| bind | Overloaded bind function. |
| check | Overloaded check function. |
| publish | Method to set the publishing state for a row or list of rows in the database table. |
| store | Overriden to set modified data and user id. |
| toXML | Converts record to XML. |
| _getAssetName | Method to compute the default name of the asset. |
| _getAssetParentId | Get the parent asset id for the record. |
| _getAssetTitle | Method to return the title to use for the asset table. |
Importing
jimport( 'joomla.database.table.content' );
See also
- JTableContent source code in BitBucket
- Other versions of this class
SeeAlso:JTableContent [Edit See Also]
Examples
<CodeExamplesForm />
