JTableSection/1.5
From Joomla! Documentation
< JTableSection(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 31: | Line 31: | ||
<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''' on [http://api.joomla.org/1.5/Joomla-Framework/Database/JTableSection.html api.joomla.org] |
* {{JVer|1.5}} '''JTableSection source code''' on [[jframework15:database/table/section.php|JoomlaCode]] | * {{JVer|1.5}} '''JTableSection source code''' on [[jframework15:database/table/section.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | * {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | ||
Latest revision as of 16:06, 13 February 2013
[edit]
JTableSection
[edit] Description
Description:JTableSection [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.database.table.section' );
[edit] See also
-
JTableSection on api.joomla.org
-
JTableSection source code on JoomlaCode
-
Subpackage Database
- Other versions of JTableSection
SeeAlso:JTableSection [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />