1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 22:56:35 +02:00

updated Nette Debugger

This commit is contained in:
David Grudl
2012-02-03 13:48:00 +01:00
parent cf2e08c20f
commit 0327573085
6 changed files with 155 additions and 134 deletions

View File

@@ -7,6 +7,7 @@
require_once 'Nette/Debugger.php';
require_once '../dibi/dibi.php';
ndebug();
dibi::connect(array(
'driver' => 'sqlite',
@@ -27,4 +28,4 @@ function DibiResult_prototype_fetchShuffle(DibiResult $obj)
// fetch complete result set shuffled
$res = dibi::query('SELECT * FROM [customers]');
$all = $res->fetchShuffle();
Debugger::dump($all);
dump($all);