Changeset 6171 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/10/12 22:17:04 (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
r6170 r6171 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 526 523 // Debug¥â¡¼¥É»ØÄê 527 524 $options['debug'] = 9; 528 525 $objDB = DB::connect($dsn, $options); 526 527 sfPrintR($objDB); 528 529 529 // Àܳ¥¨¥é¡¼ 530 530 if(PEAR::isError($objDB)) {
Note: See TracChangeset
for help on using the changeset viewer.
