API17

API17:JTableContent

From Joomla! Documentation

Revision as of 20:58, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JTableContent

Defined in

libraries/joomla/database/table/content.php

Subpackage

Database

Extends

JTable

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

Template:SeeAlso:JTableContent [Edit See Also]

Examples

<CodeExamplesForm />