Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JRecordSet

Description

Simple Record Set object to allow our database connector to be used with ADODB driven 3rd party libraries

  • since: 1.5

Located in /joomla/database/recordset.php (line 23)

Class JRecordSet   (Subpackage Database)
Variable Summary
Variable int $count
Variable array $data
Variable int $pointer
Method Summary
Constructor JRecordSet JRecordSet (array $data)
Method void absolutepage ()
Method void atfirstpage ()
Method void atlastpage ()
Method void Close ()
Method mixed FetchRow ()
Method array GetRows ()
Method void lastpageno ()
Method int RecordCount ()
Method int RowCount ()
Variables
int $count = null (line 30)
  • var: The number of rows of data
array $data = null (line 26)
int $pointer = null (line 28)
  • var: Index to current record
Methods
Constructor JRecordSet (line 36)

Constuctor

JRecordSet JRecordSet (array $data)
  • array $data
absolutepage (line 78)

TODO: Remove for 1.6. Deprecated

void absolutepage ()
atfirstpage (line 84)

TODO: Remove for 1.6. Deprecated

void atfirstpage ()
atlastpage (line 90)

TODO: Remove for 1.6. Deprecated

void atlastpage ()
Close (line 102)

TODO: Remove for 1.6. Deprecated

void Close ()
FetchRow (line 59)
  • return: A row from the data array or null
mixed FetchRow ()
GetRows (line 72)
array GetRows ()
lastpageno (line 96)

TODO: Remove for 1.6. Deprecated

void lastpageno ()
RecordCount (line 45)
int RecordCount ()
RowCount (line 52)
int RowCount ()
Support Joomla!