mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 16:14:57 +02:00
DibiProfiler is configurable via DibiConnection $config
This commit is contained in:
@@ -22,6 +22,9 @@ Debug::enable();
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
)
|
||||
));
|
||||
|
||||
|
||||
|
@@ -22,6 +22,9 @@ Debug::enable();
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
)
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user