Class JSimpleRecordSet

Description

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

  • since: 1.1

Located in /database/recordset.php (line 24)


	
			
Variable Summary
 int $count
 array $data
 int $pointer
Method Summary
 JSimpleRecordSet JSimpleRecordSet (array $data)
 void absolutepage ()
 void atfirstpage ()
 void atlastpage ()
 mixed FetchRow ()
 array GetRows ()
 void lastpageno ()
 int RecordCount ()
Variables
int $count = null (line 31)
  • var: The number of rows of data
array $data = null (line 27)
int $pointer = null (line 29)
  • var: Index to current record
Methods
Constructor JSimpleRecordSet (line 37)

Constuctor

JSimpleRecordSet JSimpleRecordSet (array $data)
  • array $data
absolutepage (line 69)

TODO: No working

void absolutepage ()
atfirstpage (line 75)

TODO: No working

void atfirstpage ()
atlastpage (line 81)

TODO: No working

void atlastpage ()
FetchRow (line 51)
  • return: A row from the data array or null
mixed FetchRow ()
GetRows (line 63)
array GetRows ()
lastpageno (line 87)

TODO: No working

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

Documentation generated on Sat, 4 Feb 2006 14:26:15 +0100 by phpDocumentor 1.3.0RC4