API16

Difference between revisions of "JTableContent"

From Joomla! Documentation

(New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JTableContent}} ===Defined ...)
 
Line 30: Line 30:
 
|Converts record to XML
 
|Converts record to XML
 
|}
 
|}
 +
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>

Revision as of 05:05, 30 March 2010

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JTableContent

Defined in[edit]

libraries/joomla/database/table/content.php

Methods[edit]

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[edit]

jimport( 'joomla.database.table.content' );

[Edit See Also] Template:SeeAlso:JTableContent

Examples[edit]

<CodeExamplesForm />