Skip to content

Instantly share code, notes, and snippets.

@hodadgists
Created June 11, 2013 01:32
Show Gist options
  • Save hodadgists/5753937 to your computer and use it in GitHub Desktop.
Save hodadgists/5753937 to your computer and use it in GitHub Desktop.
ZEND: DB Query
//dumpq($select->__toString());
try {
$invoicesRowSet = $invoicesTable->fetchAll($select);
} catch (Exception $e) {
$e->handle_err();
}
unset($select);
dump($invoicesRowSet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment