JDatabaseIterator::__construct
Database iterator constructor.
Signature
public function __construct(mixed
$cursor,
[string
$column = null,
[string
$class = 'stdClass']] )
Parameters
-
$cursor
- The database cursor.
-
$column
- An option column to use as the iterator key.
-
$class
- The class of object that is returned.