API15:JRecordSet
From Joomla! Documentation
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' );
Examples
Code Examples