API15:JRecordSet
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRecordSet}}
===Defined in===
...) |
|||
| Line 46: | Line 46: | ||
|TODO: Remove for 1.6. Deprecated | |TODO: Remove for 1.6. Deprecated | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.database.recordset' );</source> | <source lang="php">jimport( 'joomla.database.recordset' );</source> | ||
Latest revision as of 12:31, 25 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JRecordSet
Contents |
[edit] Defined in
libraries/joomla/database/recordset.php
[edit] Methods
| Method name | Description |
|---|---|
| JRecordSet | Constuctor |
| RecordCount | int |
| RowCount | int |
| FetchRow | mixed A row from the data array or null |
| GetRows | array |
| absolutepage | TODO: Remove for 1.6. Deprecated |
| atfirstpage | TODO: Remove for 1.6. Deprecated |
| atlastpage | TODO: Remove for 1.6. Deprecated |
| lastpageno | TODO: Remove for 1.6. Deprecated |
| Close | TODO: Remove for 1.6. Deprecated |
[edit] Importing
jimport( 'joomla.database.recordset' );
[Edit See Also] SeeAlso:JRecordSet
[edit] Examples
<CodeExamplesForm />
