mirror of
https://github.com/dg/dibi.git
synced 2025-10-23 18:56:06 +02:00
- added DibiProfiler (experimental)
- removed dibi::addHandler() & dibi::startLogger()
This commit is contained in:
@@ -7,6 +7,7 @@ require_once '../dibi/dibi.php';
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
'profiler' => TRUE,
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user