mirror of
https://github.com/dg/dibi.git
synced 2025-10-23 02:36:04 +02:00
examples: data files moved to directory "data"
This commit is contained in:
@@ -13,7 +13,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