Changeset 17205 for branches/version-2/data/class/SC_DbConn.php
- Timestamp:
- 2008/04/04 15:10:25 (18 years ago)
- File:
-
- 1 edited
-
branches/version-2/data/class/SC_DbConn.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_DbConn.php
r16931 r17205 45 45 // Debugモード指定 46 46 $options['debug'] = PEAR_DB_DEBUG; 47 // 持続的接続オプション 48 $options['persistent'] = PEAR_DB_PERSISTENT; 49 47 50 // 既に接続されていないか、新規接続要望の場合は接続する。 48 51 if(!isset($objDbConn->connection) || $new) {
Note: See TracChangeset
for help on using the changeset viewer.
