1
0
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:
David Grudl
2010-05-19 20:32:36 +02:00
parent 88b1a45e42
commit 651c0f8c4a
4 changed files with 38 additions and 12 deletions

View File

@@ -22,6 +22,9 @@ Debug::enable();
dibi::connect(array(
'driver' => 'sqlite',
'database' => 'sample.sdb',
'profiler' => array(
'run' => TRUE,
)
));

View File

@@ -22,6 +22,9 @@ Debug::enable();
dibi::connect(array(
'driver' => 'sqlite',
'database' => 'sample.sdb',
'profiler' => array(
'run' => TRUE,
)
));