public function QPDB::nextRow in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPDB.php \QPDB::nextRow()
- 7.2 QueryPath/Extension/QPDB.php \QPDB::nextRow()
File
- QueryPath/
Extension/ QPDB.php, line 107
Class
Code
public function nextRow() {
$this->row = $this->stmt
->fetch(PDO::FETCH_ASSOC);
return $this->qp;
}