mirror of
https://github.com/dg/dibi.git
synced 2025-10-20 09:16:30 +02:00
examples: data files moved to directory "data"
This commit is contained in:
@@ -10,7 +10,7 @@ date_default_timezone_set('Europe/Prague');
|
||||
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
'database' => 'data/sample.sdb',
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user