public function QPDB::withEachRow in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPDB.php \QPDB::withEachRow()
- 7.2 QueryPath/Extension/QPDB.php \QPDB::withEachRow()
File
- QueryPath/
Extension/ QPDB.php, line 113
Class
Code
public function withEachRow() {
$this->cycleRows = TRUE;
return $this->qp;
}