1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 21:58:10 +02:00

updated for new Nette Debug Bar

This commit is contained in:
David Grudl
2010-04-01 05:24:13 +02:00
parent 22d41ca3c1
commit 3f6a075251
8 changed files with 1049 additions and 351 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,5 @@
<!DOCTYPE html>
<h1>Nette\Debug & dibi example</h1>

View File

@@ -1,3 +1,5 @@
<!DOCTYPE html>
<h1>Nette\Debug & dibi example 2</h1>
@@ -25,4 +27,4 @@ dibi::connect(array(
// throws error
Debug::consoleDump( dibi::fetchAll('SELECT * FROM [customers] WHERE [customer_id] < %i', 38), '[customers]' );
Debug::barDump( dibi::fetchAll('SELECT * FROM [customers] WHERE [customer_id] < %i', 38), '[customers]' );