Changeset 6170 for temp/trunk
- Timestamp:
- 2006/10/12 21:29:52 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6169 r6170 521 521 // Àܳ³Îǧ 522 522 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 523 524 print($dsn); 525 523 526 // Debug¥â¡¼¥É»ØÄê 524 $options['debug'] = 3;527 $options['debug'] = 9; 525 528 $objDB = DB::connect($dsn, $options); 526 529 // Àܳ¥¨¥é¡¼
Note: See TracChangeset
for help on using the changeset viewer.
