Initial SQLite development #1
|
@ -47,6 +47,7 @@ class DocumentList
|
|||
public function items(): Generator
|
||||
{
|
||||
$debug = defined('PDO_DOC_DEBUG_SQL');
|
||||
if ($debug) echo '*** CALLED GENERATOR ***';
|
||||
|
||||
if ($this->result) {
|
||||
while ($row = $this->result->fetch(PDO::FETCH_ASSOC)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user