mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
used PHP 5.4 syntax
This commit is contained in:
@@ -11,10 +11,10 @@ if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
Tracy\Debugger::enable();
|
||||
|
||||
|
||||
dibi::connect(array(
|
||||
dibi::connect([
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
));
|
||||
]);
|
||||
|
||||
|
||||
// using the "prototype" to add custom method to class DibiResult
|
||||
|
Reference in New Issue
Block a user