API15:JRecordSet
From Joomla! Documentation
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 |
Defined in
libraries/joomla/database/recordset.php
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 |
Importing
jimport( 'joomla.database.recordset' );
[Edit See Also] SeeAlso:JRecordSet
Examples
<CodeExamplesForm />
