API17

JTableContent: Difference between revisions

From Joomla! Documentation

m moving preparation
m clean up
Line 2: Line 2:
=={{JVer|11.1}} JTableContent==
=={{JVer|11.1}} JTableContent==
===Description===
===Description===
{{Description:JTableContent}}
{{subst:Description:JTableContent}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JTableContent|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
Line 58: Line 56:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[API17:JTableContent|Other versions of JTableContent]]
* [[API17:JTableContent|Other versions of JTableContent]]
{{SeeAlso:JTableContent}}
{{subst:SeeAlso:JTableContent}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JTableContent|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 16:14, 24 March 2017

Joomla 11.1 JTableContent

Description

{{subst:Description:JTableContent}}

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

{{subst:SeeAlso:JTableContent}}

User contributed notes

<CodeExamplesForm />