API17

Difference between revisions of "JTableModule"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/database/table/module.php
 
libraries/joomla/database/table/module.php
 +
* see source code in [[jplatform:database/table/module.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Database/11.1|Database]]
 
[[Subpackage Database/11.1|Database]]
Line 30: Line 31:
 
<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 in [[jplatform:database/table/module.php|BitBucket]]
 
* [[JTableModule|Other versions of this class]]
 
* [[JTableModule|Other versions of this class]]
 
{{SeeAlso:JTableModule}}
 
{{SeeAlso:JTableModule}}

Revision as of 18:03, 23 April 2011

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.

[Edit Descripton] Template:Description:JTableModule

Defined in[edit]

libraries/joomla/database/table/module.php

Subpackage[edit]

Database

Extends[edit]

JTable

Extended by[edit]

Methods[edit]

Method name Description
__construct Contructor.
bind Overloaded bind function.
check Overloaded check function.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JTableModule [Edit See Also]

Examples[edit]

<CodeExamplesForm />