phpOpenTracker/phpOpenTracker/Database ResultIterator.php,1.2,1.3
Sebastian Bergmann <[email protected]>
| Newsgroups | gmane.comp.web.phpopentracker.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/Database
In directory sc8-pr-cvs1:/tmp/cvs-serv27090/phpOpenTracker/Database
Modified Files:
ResultIterator.php
Log Message:
Flush.
Index: ResultIterator.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/Database/ResultIterator.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ResultIterator.php 11 Dec 2003 19:34:33 -0000 1.2
--- ResultIterator.php 16 Dec 2003 13:38:06 -0000 1.3
***************
*** 23,43 ****
}
! function rewind() {
$this->cursor = 0;
}
! function hasMore() {
return $this->cursor < sizeof($this->result);
}
! function key() {
return $this->cursor;
}
! function current() {
return $this->result[$this->cursor];
}
! function next() {
$this->cursor++;
}
--- 23,43 ----
}
! public function rewind() {
$this->cursor = 0;
}
! public function hasMore() {
return $this->cursor < sizeof($this->result);
}
! public function key() {
return $this->cursor;
}
! public function current() {
return $this->result[$this->cursor];
}
! public function next() {
$this->cursor++;
}
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/