Changeset 17154 for branches/comu-utf8/data/class/SC_DbConn.php
- Timestamp:
- 2008/03/13 21:06:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/data/class/SC_DbConn.php
r16100 r17154 27 27 // Debugモード指定 28 28 $options['debug'] = PEAR_DB_DEBUG; 29 // 持続的接続オプション 30 $options['persistent'] = PEAR_DB_PERSISTENT; 31 29 32 // 既に接続されていないか、新規接続要望の場合は接続する。 30 33 if(!isset($objDbConn->connection) || $new) {
Note: See TracChangeset
for help on using the changeset viewer.