JTableContent/1.5
From Joomla! Documentation
< JTableContent(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JTableContent== | ||
| + | ===Description=== | ||
| + | {{Description:JTableContent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JTableContent|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableContent|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JTableContent::__construct/1.5|__construct]] | |[[JTableContent::__construct/1.5|__construct]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JTableContent::check/1.5|check]] | |[[JTableContent::check/1.5|check]] | ||
|Overloaded check function. | |Overloaded check function. | ||
|- | |- | ||
| + | |public | ||
|[[JTableContent::toXML/1.5|toXML]] | |[[JTableContent::toXML/1.5|toXML]] | ||
|Converts record to XML. | |Converts record to XML. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/table/content.php | ||
| + | * '''Extends''' [[JTable/1.5|JTable]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.content' );</source> | <source lang="php">jimport( 'joomla.database.table.content' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JTableContent''' on [http://api.joomla.org/Joomla-Framework/Database/JTableContent.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JTableContent source code''' on [[jframework15:database/table/content.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | ||
| + | * [[JTableContent|Other versions of JTableContent]] | ||
| + | {{SeeAlso:JTableContent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableContent|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableContent|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableContent]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableContent]]</noinclude> | ||
Revision as of 18:13, 25 April 2011
JTableContent
Description
Description:JTableContent [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | |
| public | check | Overloaded check function. |
| public | toXML | Converts record to XML. |
- Defined in libraries/joomla/database/table/content.php
- Extends JTable
Importing
jimport( 'joomla.database.table.content' );
See also
-
JTableContent on api.joomla.org
-
JTableContent source code on JoomlaCode
-
Subpackage Database
- Other versions of JTableContent
SeeAlso:JTableContent [Edit See Also]
User contributed notes
<CodeExamplesForm />