- Timestamp:
- 2007/07/20 15:58:59 (19 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from branches/rel) (1 prop)
-
data (copied) (copied from branches/rel/data)
-
data/class/SC_SiteInfo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update
-
Property
svn:ignore
set to
.cache
.settings
.projectOptions
-
Property
svn:ignore
set to
-
branches/feature-module-update/data/class/SC_SiteInfo.php
r12157 r15078 6 6 */ 7 7 8 /* ¥»¥Ã¥·¥ç¥ó´ÉÍý¥¯¥é¥¹*/8 /* セッション管理クラス */ 9 9 class SC_SiteInfo { 10 10 … … 16 16 if ( is_object($conn)){ 17 17 if ( is_a($conn, $DB_class_name)){ 18 // $conn ¤¬$DB_class_name¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤Ç¤¢¤ë18 // $connが$DB_class_nameのインスタンスである 19 19 $this->conn = $conn; 20 20 } 21 21 } else { 22 22 if (class_exists($DB_class_name)){ 23 //$DB_class_name ¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤òºîÀ®¤¹¤ë23 //$DB_class_nameのインスタンスを作成する 24 24 $this->conn = new SC_DbConn(); 25 25 }
Note: See TracChangeset
for help on using the changeset viewer.
