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:
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<h1>Nette\Debug & dibi example</h1>
|
||||
|
||||
|
||||
|
@@ -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]' );
|
||||
|
Reference in New Issue
Block a user