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