API17:JTableModule
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JTableModule== | ||
| + | ===Description=== | ||
| + | {{Description:JTableModule}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JTableModule|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableModule|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JTableModule::__construct/11.1|__construct]] | |[[JTableModule::__construct/11.1|__construct]] | ||
|Contructor. | |Contructor. | ||
|- | |- | ||
| + | |public | ||
|[[JTableModule::bind/11.1|bind]] | |[[JTableModule::bind/11.1|bind]] | ||
|Overloaded bind function. | |Overloaded bind function. | ||
|- | |- | ||
| + | |public | ||
|[[JTableModule::check/11.1|check]] | |[[JTableModule::check/11.1|check]] | ||
|Overloaded check function. | |Overloaded check function. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/table/module.php | ||
| + | * '''Extends''' [[JTable/11.1|JTable]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.module' );</source> | <source lang="php">jimport( 'joomla.database.table.module' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JTableModule source code | + | * {{JVer|11.1}} '''JTableModule source code''' on [[jplatform:database/table/module.php|BitBucket]] |
| − | * [[JTableModule|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]] |
| + | * [[JTableModule|Other versions of JTableModule]] | ||
{{SeeAlso:JTableModule}} | {{SeeAlso:JTableModule}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableModule|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableModule|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JTableModule]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JTableModule]]</noinclude> |
Revision as of 14:04, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableModule
Description
Description:JTableModule [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Contructor. |
| public | bind | Overloaded bind function. |
| public | check | Overloaded check function. |
- Defined in libraries/joomla/database/table/module.php
- Extends JTable
Importing
jimport( 'joomla.database.table.module' );
See also
-
JTableModule source code on BitBucket
-
Subpackage Database
- Other versions of JTableModule
SeeAlso:JTableModule [Edit See Also]
User contributed notes
<CodeExamplesForm />
