mirror of
https://github.com/dg/dibi.git
synced 2025-08-01 11:50:15 +02:00
examples: dibi:: replaced with $dibi->
This commit is contained in:
@@ -79,7 +79,7 @@ try {
|
||||
'driver' => 'odbc',
|
||||
'username' => 'root',
|
||||
'password' => '***',
|
||||
'dsn' => 'Driver={Microsoft Access Driver (*.mdb)};Dbq=' . __DIR__ . '/data/sample.mdb',
|
||||
'dsn' => 'Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=' . __DIR__ . '/data/sample.mdb',
|
||||
]);
|
||||
echo 'OK';
|
||||
} catch (Dibi\Exception $e) {
|
||||
|
Reference in New Issue
Block a user