Dotclear 2.24
|
Public Member Functions | |
__construct ($rs) | |
lexicalSort (string $field, string $order='asc') | |
![]() | |
__construct ($result, ?array $info) | |
field ($n) | |
exists ($n) | |
index (?int $row=null) | |
rows () | |
set ($n, $v) | |
sort ($field, string $order='asc') | |
![]() | |
__construct ($result, array $info) | |
toStatic () | |
__call (string $f, $args) | |
__get ($n) | |
f ($n) | |
field ($n) | |
exists ($n) | |
__isset (string $n) | |
extend (string $class) | |
extensions () | |
index (?int $row=null) | |
fetch () | |
moveStart () | |
moveEnd () | |
moveNext () | |
movePrev () | |
isEnd () | |
isStart () | |
isEmpty () | |
count () | |
columns () | |
rows () | |
row () | |
current () | |
key () | |
next () | |
rewind () | |
valid () | |
Additional Inherited Members | |
![]() | |
static | newFromArray (?array $data) |
![]() | |
$__data = [] | |
![]() | |
getData () | |
![]() | |
$__link | |
$__result | |
$__info | |
$__extend = [] | |
$__index = 0 | |
$__row = false | |
__construct | ( | $rs | ) |
Constructs a new instance.
record | staticRecord | $rs | Recordset to extend |
lexicalSort | ( | string | $field, |
string | $order = 'asc' |
||
) |
Lexically sort.
string | $field | The field |
string | $order | The order |