1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-02 20:27:35 +02:00

updated examples

This commit is contained in:
David Grudl
2012-12-16 19:31:37 +01:00
parent 322a110f75
commit 10fdecfc13
2 changed files with 12 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ date_default_timezone_set('Europe/Prague');
dibi::connect(array(
'driver' => 'sqlite',
'database' => 'data/sample.sdb',
'driver' => 'sqlite3',
'database' => 'data/sample.s3db',
));