API17

Difference between revisions of "JTableModule"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (preparing for archive only)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JTableModule==
 
=={{JVer|11.1}} JTableModule==
 
===Description===
 
===Description===
{{Description:JTableModule}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JTableModule|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JTableModule::__construct/11.1|__construct]]
+
|[[API17:JTableModule::__construct|__construct]]
 
|Contructor.  
 
|Contructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableModule::bind/11.1|bind]]
+
|[[API17:JTableModule::bind|bind]]
 
|Overloaded bind function.  
 
|Overloaded bind function.  
 
|-
 
|-
 
|public  
 
|public  
|[[JTableModule::check/11.1|check]]
+
|[[API17:JTableModule::check|check]]
 
|Overloaded check function.  
 
|Overloaded check function.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/database/table/module.php
 
* '''Defined in''' libraries/joomla/database/table/module.php
* '''Extends''' [[JTable/11.1|JTable]]
+
* '''Extends''' [[API17:JTable|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===
 
* {{JVer|11.1}} '''JTableModule source code''' on [[jplatform:database/table/module.php|BitBucket]]
 
* {{JVer|11.1}} '''JTableModule source code''' on [[jplatform:database/table/module.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Database/11.1|Database]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Database|Database]]
* [[JTableModule|Other versions of JTableModule]]
+
* [[API17:JTableModule|Other versions of JTableModule]]
{{SeeAlso:JTableModule}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JTableModule|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JTableModule
 
category=JTableModule
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 22:49, 24 March 2017

The "API17" 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.

Joomla 11.1 JTableModule[edit]

Description[edit]

Methods[edit]

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[edit]

jimport( 'joomla.database.table.module' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]