You are here

public function QPDB::nextRow in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPDB.php \QPDB::nextRow()
  2. 7.2 QueryPath/Extension/QPDB.php \QPDB::nextRow()

File

QueryPath/Extension/QPDB.php, line 107

Class

QPDB

Code

public function nextRow() {
  $this->row = $this->stmt
    ->fetch(PDO::FETCH_ASSOC);
  return $this->qp;
}