1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-29 16:59:49 +02:00

modified SVN properties

This commit is contained in:
David Grudl
2008-07-17 03:51:29 +00:00
parent 7f0fa2e75e
commit c0bd3761de
45 changed files with 8225 additions and 8227 deletions

View File

@@ -1,19 +1,19 @@
<h1>Nette::Debug && dibi example</h1>
<?php
require_once 'Nette/Debug.php';
require_once '../dibi/dibi.php';
Debug::enable();
Debug::enableProfiler();
dibi::connect(array(
'driver' => 'sqlite',
'database' => 'sample.sdb',
));
// throws error
dibi::query('SELECT FROM [customers] WHERE [customer_id] < %i', 38);
<h1>Nette::Debug && dibi example</h1>
<?php
require_once 'Nette/Debug.php';
require_once '../dibi/dibi.php';
Debug::enable();
Debug::enableProfiler();
dibi::connect(array(
'driver' => 'sqlite',
'database' => 'sample.sdb',
));
// throws error
dibi::query('SELECT FROM [customers] WHERE [customer_id] < %i', 38);