API17:JTableContent
From Joomla! Documentation
Revision as of 14:04, 29 August 2012 by JoomlaWikiBot (Talk | contribs)
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.
JTableContent
Description
Description:JTableContent [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | |
| public | bind | Overloaded bind function. |
| public | check | Overloaded check function. |
| public | publish | Method to set the publishing state for a row or list of rows in the database table. |
| public | store | Overriden to set modified data and user id. |
| public | toXML | Converts record to XML. |
| protected | _getAssetName | Method to compute the default name of the asset. |
| protected | _getAssetParentId | Get the parent asset id for the record. |
| protected | _getAssetTitle | Method to return the title to use for the asset table. |
- Defined in libraries/joomla/database/table/content.php
- Extends JTable
Importing
jimport( 'joomla.database.table.content' );
See also
-
JTableContent source code on BitBucket
-
Subpackage Database
- Other versions of JTableContent
SeeAlso:JTableContent [Edit See Also]
User contributed notes
<CodeExamplesForm />
