1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 17:44:11 +02:00

logFile etc.

This commit is contained in:
David Grudl
2006-07-19 01:40:29 +00:00
parent b779082ed9
commit deeff32be2
5 changed files with 31 additions and 43 deletions

View File

@@ -2,6 +2,8 @@
require_once '../dibi/dibi.php';
// using DSN
$state = dibi::connect('driver=mysql&host=localhost&username=root&password=xxx&database=test&charset=utf8');
// connects to mysql

View File

@@ -5,7 +5,7 @@ require_once '../dibi/dibi.php';
// enable log to this file
dibi::$logfile = 'log.sql';
dibi::$logFile = 'log.sql';
// mysql