mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
substitutes moved from DibiDriver to Dibi
changed "comments" behavior in DibiParser
This commit is contained in:
@@ -9,7 +9,7 @@ require_once '../dibi/dibi.php';
|
||||
|
||||
// mysql
|
||||
dibi::connect(array(
|
||||
'driver' => 'mysqli',
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'username' => 'root',
|
||||
'password' => 'xxx', // change to real password!
|
||||
|
Reference in New Issue
Block a user