JTableARO/1.5
From Joomla! Documentation
< JTableARO(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JTableARO== | ||
| + | ===Description=== | ||
| + | {{Description:JTableARO}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JTableARO|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JTableARO|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JTableARO::__construct/1.5|__construct]] | |[[JTableARO::__construct/1.5|__construct]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/table/aro.php | ||
| + | * '''Extends''' [[JTable/1.5|JTable]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.table.aro' );</source> | <source lang="php">jimport( 'joomla.database.table.aro' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JTableARO''' on [http://api.joomla.org/1.5/Joomla-Framework/Database/JTableARO.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JTableARO source code''' on [[jframework15:database/table/aro.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | ||
| + | * [[JTableARO|Other versions of JTableARO]] | ||
| + | {{SeeAlso:JTableARO}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JTableARO|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JTableARO|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 38: | Line 39: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableARO]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JTableARO]]</noinclude> | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JTableARO
[edit] Description
Description:JTableARO [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct |
- Defined in libraries/joomla/database/table/aro.php
- Extends JTable
[edit] Importing
jimport( 'joomla.database.table.aro' );
[edit] See also
-
JTableARO on api.joomla.org
-
JTableARO source code on JoomlaCode
-
Subpackage Database
- Other versions of JTableARO
SeeAlso:JTableARO [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />