ADODB_Iterator Class Reference

List of all members.

Public Member Functions

 __construct ($rs)
 rewind ()
 valid ()
 key ()
 current ()
 next ()
 __call ($func, $params)
 hasMore ()

Private Attributes

 $rs


Detailed Description

Definition at line 24 of file adodb-iterator.inc.php.


Constructor & Destructor Documentation

ADODB_Iterator.__construct ( rs  ) 

Definition at line 28 of file adodb-iterator.inc.php.

References $rs.


Member Function Documentation

ADODB_Iterator.rewind (  ) 

Definition at line 32 of file adodb-iterator.inc.php.

ADODB_Iterator.valid (  ) 

Definition at line 37 of file adodb-iterator.inc.php.

ADODB_Iterator.key (  ) 

Definition at line 42 of file adodb-iterator.inc.php.

ADODB_Iterator.current (  ) 

Definition at line 47 of file adodb-iterator.inc.php.

ADODB_Iterator.next (  ) 

Definition at line 52 of file adodb-iterator.inc.php.

ADODB_Iterator.__call ( func,
params 
)

Definition at line 57 of file adodb-iterator.inc.php.

ADODB_Iterator.hasMore (  ) 

Definition at line 63 of file adodb-iterator.inc.php.


Member Data Documentation

ADODB_Iterator.$rs [private]

Definition at line 26 of file adodb-iterator.inc.php.

Referenced by __construct().


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen