API17

Difference between revisions of "JTableContent"

From Joomla! Documentation

m (JoomlaWikiBot moved page JTableContent/11.1 to API17:JTableContent without leaving a redirect: Robot: Moved page)
m (→‎User contributed notes: moving preparation)
Line 73: Line 73:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableContent]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 17:20, 11 May 2013

The "API17" 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.

Joomla 11.1 JTableContent[edit]

Description[edit]

Template:Description:JTableContent [Edit Descripton]

Methods[edit]

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

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

See also[edit]

Template:SeeAlso:JTableContent [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />