mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 08:49:50 +02:00
bugfix, enhanced error reporting, better examples
This commit is contained in:
@@ -3,14 +3,9 @@
|
||||
require_once '../dibi/dibi.php';
|
||||
|
||||
|
||||
// CHANGE TO REAL PARAMETERS!
|
||||
dibi::connect(array(
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => 'xxx',
|
||||
'database' => 'dibi',
|
||||
'charset' => 'utf8',
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'sample.sdb',
|
||||
));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user