Example #1
0
 public function rewind()
 {
     $this->result->setCursorMode(DB::CURSOR_FIRST);
     $this->next();
 }