mirror of
https://github.com/dg/dibi.git
synced 2025-10-22 10:16:02 +02:00
renamed some modifiers
This commit is contained in:
@@ -56,7 +56,7 @@ class TDateTime implements IDibiVariable
|
||||
dibi::connect(array(
|
||||
'driver' => 'mysqli',
|
||||
'host' => 'localhost',
|
||||
'username' => 'root',
|
||||
'username' => 'root',
|
||||
'password' => 'xxx', // change to real password!
|
||||
'charset' => 'utf8',
|
||||
));
|
||||
|
Reference in New Issue
Block a user