mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
used PHP 5.4 syntax
This commit is contained in:
@@ -15,13 +15,13 @@ if (@!include __DIR__ . '/../vendor/autoload.php') {
|
||||
Tracy\Debugger::enable();
|
||||
|
||||
|
||||
$connection = dibi::connect(array(
|
||||
$connection = dibi::connect([
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
'profiler' => array(
|
||||
'profiler' => [
|
||||
'run' => TRUE,
|
||||
),
|
||||
));
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
// add panel to debug bar
|
||||
|
Reference in New Issue
Block a user