mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
improved coding style
This commit is contained in:
@@ -16,11 +16,11 @@ Tracy\Debugger::enable();
|
||||
|
||||
|
||||
$connection = dibi::connect(array(
|
||||
'driver' => 'sqlite3',
|
||||
'driver' => 'sqlite3',
|
||||
'database' => 'data/sample.s3db',
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
)
|
||||
),
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user