|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($sth) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| close () | |
Protected Attributes | |
| $current | |
Experimental pdo recordset
Definition at line 35 of file pdo_moodle_recordset.php.
| __construct | ( | $ | sth | ) |
| __destruct | ( | ) |
| close | ( | ) |
Did we reach the end?
Reimplemented from moodle_recordset.
Definition at line 78 of file pdo_moodle_recordset.php.


| current | ( | ) |
| key | ( | ) |
return first column value as key
Definition at line 61 of file pdo_moodle_recordset.php.

| next | ( | ) |
| valid | ( | ) |
$current [protected] |
Definition at line 38 of file pdo_moodle_recordset.php.