JRecordSet/1.5
From Joomla! Documentation
< JRecordSet(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JRecordSet== | ||
| + | ===Description=== | ||
| + | {{Description:JRecordSet}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JRecordSet|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRecordSet|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::absolutepage/1.5|absolutepage]] | |[[JRecordSet::absolutepage/1.5|absolutepage]] | ||
|TODO: Remove for 1.6. | |TODO: Remove for 1.6. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::atfirstpage/1.5|atfirstpage]] | |[[JRecordSet::atfirstpage/1.5|atfirstpage]] | ||
|TODO: Remove for 1.6. | |TODO: Remove for 1.6. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::atlastpage/1.5|atlastpage]] | |[[JRecordSet::atlastpage/1.5|atlastpage]] | ||
|TODO: Remove for 1.6. | |TODO: Remove for 1.6. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::Close/1.5|Close]] | |[[JRecordSet::Close/1.5|Close]] | ||
|TODO: Remove for 1.6. | |TODO: Remove for 1.6. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::FetchRow/1.5|FetchRow]] | |[[JRecordSet::FetchRow/1.5|FetchRow]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::GetRows/1.5|GetRows]] | |[[JRecordSet::GetRows/1.5|GetRows]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::JRecordSet/1.5|JRecordSet]] | |[[JRecordSet::JRecordSet/1.5|JRecordSet]] | ||
|Constuctor. | |Constuctor. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::lastpageno/1.5|lastpageno]] | |[[JRecordSet::lastpageno/1.5|lastpageno]] | ||
|TODO: Remove for 1.6. | |TODO: Remove for 1.6. | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::RecordCount/1.5|RecordCount]] | |[[JRecordSet::RecordCount/1.5|RecordCount]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JRecordSet::RowCount/1.5|RowCount]] | |[[JRecordSet::RowCount/1.5|RowCount]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/database/recordset.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.recordset' );</source> | <source lang="php">jimport( 'joomla.database.recordset' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JRecordSet''' on [http://api.joomla.org/Joomla-Framework/Database/JRecordSet.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JRecordSet source code''' on [[jframework15:database/recordset.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Database/1.5|Database]] | ||
| + | * [[JRecordSet|Other versions of JRecordSet]] | ||
| + | {{SeeAlso:JRecordSet}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRecordSet|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRecordSet|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 64: | Line 74: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRecordSet]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JRecordSet]]</noinclude> | ||
Revision as of 18:12, 25 April 2011
JRecordSet
Description
Description:JRecordSet [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | absolutepage | TODO: Remove for 1.6. |
| public | atfirstpage | TODO: Remove for 1.6. |
| public | atlastpage | TODO: Remove for 1.6. |
| public | Close | TODO: Remove for 1.6. |
| public | FetchRow | |
| public | GetRows | |
| public | JRecordSet | Constuctor. |
| public | lastpageno | TODO: Remove for 1.6. |
| public | RecordCount | |
| public | RowCount |
- Defined in libraries/joomla/database/recordset.php
Importing
jimport( 'joomla.database.recordset' );
See also
-
JRecordSet on api.joomla.org
-
JRecordSet source code on JoomlaCode
-
Subpackage Database
- Other versions of JRecordSet
SeeAlso:JRecordSet [Edit See Also]
User contributed notes
<CodeExamplesForm />