mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
drivers: getResource() and getResultResource() checks if resource is alive
This commit is contained in:
@@ -13,7 +13,9 @@ require_once '../dibi/dibi.php';
|
||||
dibi::connect(array(
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'data/sample.sdb',
|
||||
'profiler' => TRUE,
|
||||
'profiler' => array(
|
||||
'run' => TRUE,
|
||||
)
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user