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


Public Member Functions | |
| __construct ($result) | |
| __destruct () | |
| current () | |
| key () | |
| next () | |
| valid () | |
| close () | |
Protected Attributes | |
| $result | |
| $current | |
Mysqli specific moodle recordset class
Definition at line 35 of file mysqli_native_moodle_recordset.php.
| __construct | ( | $ | result | ) |
Definition at line 40 of file mysqli_native_moodle_recordset.php.

| __destruct | ( | ) |
Definition at line 45 of file mysqli_native_moodle_recordset.php.

| close | ( | ) |
Did we reach the end?
Reimplemented from moodle_recordset.
Definition at line 77 of file mysqli_native_moodle_recordset.php.


| current | ( | ) |
Definition at line 56 of file mysqli_native_moodle_recordset.php.

| key | ( | ) |
return first column value as key
Definition at line 60 of file mysqli_native_moodle_recordset.php.

| next | ( | ) |
Definition at line 69 of file mysqli_native_moodle_recordset.php.

| valid | ( | ) |
Definition at line 73 of file mysqli_native_moodle_recordset.php.

$current [protected] |
Definition at line 38 of file mysqli_native_moodle_recordset.php.
$result [protected] |
Definition at line 37 of file mysqli_native_moodle_recordset.php.