コード例 #1
0
ファイル: ResultIterator.php プロジェクト: sndatabase/core
 public function next()
 {
     $this->lastFetched = $this->result->fetch();
 }