mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 19:30:30 +02:00
updated examples, SQlite3 is used instead of SQLite2
This commit is contained in:
@@ -13,8 +13,8 @@ date_default_timezone_set('Europe/Prague');
|
||||
|
||||
// CHANGE TO REAL PARAMETERS!
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'data/sample.sdb',
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
'formatDate' => "'Y-m-d'",
|
||||
'formatDateTime' => "'Y-m-d H-i-s'",
|
||||
));
|
||||
|
Reference in New Issue
Block a user