API15

API15:JRecordSet

From Joomla! Documentation

Revision as of 01:03, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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