mirror of
https://github.com/dg/dibi.git
synced 2025-10-23 10:46:07 +02:00
update to 0.6
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
require_once '../dibi/dibi.php';
|
||||
|
||||
|
||||
// enable logging to this file
|
||||
dibi::$logfile = 'log.sql';
|
||||
|
||||
|
||||
@@ -12,7 +13,7 @@ dibi::connect(array(
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => '***',
|
||||
'password' => 'xxx', // change to real password!
|
||||
'database' => 'test',
|
||||
'charset' => 'utf8',
|
||||
));
|
||||
|
Reference in New Issue
Block a user