API16:JTableContent
From Joomla! Documentation
[Edit Descripton] Description:JTableContent
Contents |
Defined in
libraries/joomla/database/table/content.php
Methods
| Method name | Description |
|---|---|
| __construct | |
| bind | Overloaded bind function |
| check | Overloaded check function |
| store | Overriden JTable::store to set modified data and user id. |
| 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. |
| toXML | Converts record to XML |
Importing
jimport( 'joomla.database.table.content' );
[Edit See Also] SeeAlso:JTableContent