1
0
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:
David Grudl
2006-06-08 02:02:05 +00:00
parent 3030881f07
commit 1e3728c582
9 changed files with 45 additions and 47 deletions

View File

@@ -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',
));