mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
- updated PHP 5.3 namespace separator
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<h1>Nette::Debug & dibi example</h1>
|
||||
<h1>Nette\Debug & dibi example</h1>
|
||||
|
||||
|
||||
<p>Dibi can display and log exceptions via Nette::Debug, part of Nette Framework.</p>
|
||||
<p>Dibi can display and log exceptions via Nette\Debug, part of Nette Framework.</p>
|
||||
|
||||
<ul>
|
||||
<li>Nette Framework: http://nettephp.com
|
||||
@@ -13,7 +13,7 @@ require_once 'Nette/Debug.php';
|
||||
require_once '../dibi/dibi.php';
|
||||
|
||||
|
||||
// enable Nette::Debug
|
||||
// enable Nette\Debug
|
||||
Debug::enable();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user