1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 09:34:30 +02:00

updated Nette\Debugger

This commit is contained in:
David Grudl
2012-12-04 05:49:23 +01:00
parent c385888f9a
commit c08918e034
5 changed files with 259 additions and 167 deletions

File diff suppressed because one or more lines are too long

BIN
examples/data/arrow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -15,7 +15,7 @@ require_once '../dibi/dibi.php';
// enable Nette Debugger
ndebug();
debug();
dibi::connect(array(

View File

@@ -1,5 +1,7 @@
<!DOCTYPE html><link rel="stylesheet" href="data/style.css">
<style> html { background: url(data/arrow.png) no-repeat bottom right; height: 100%; } </style>
<h1>Nette Debugger & Variables | dibi</h1>
<p>Dibi can dump variables via Nette Debugger, part of Nette Framework.</p>