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