API16

Difference between revisions of "JTableContent"

From Joomla! Documentation

m (clean up)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
+
{{subst:Description:JTableContent}}
<nowiki>[</nowiki>[[Description:JTableContent|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
{{Description:JTableContent}}
 
  
 
===Defined in===
 
===Defined in===
Line 34: Line 31:
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>
 
<source lang="php">jimport( 'joomla.database.table.content' );</source>
  
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableContent|Edit See Also]]<nowiki>]</nowiki>
+
{{subst:SeeAlso:JTableContent}}
</span>
 
{{SeeAlso:JTableContent}}
 
  
 
===Examples===
 
===Examples===

Revision as of 09:30, 24 March 2017

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.

{{subst: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' );


{{subst:SeeAlso:JTableContent}}

Examples[edit]

<CodeExamplesForm />