Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 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 ()
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 70)

TODO: No working

void absolutepage ()
atfirstpage (line 76)

TODO: No working

void atfirstpage ()
atlastpage (line 82)

TODO: No working

void atlastpage ()
Close (line 94)

TODO: No working

void Close ()
FetchRow (line 51)
  • return: A row from the data array or null
mixed FetchRow ()
GetRows (line 64)
array GetRows ()
lastpageno (line 88)

TODO: No working

void lastpageno ()
RecordCount (line 45)
int RecordCount ()

Documentation generated on Mon, 05 Mar 2007 21:19:59 +0000 by phpDocumentor 1.3.1