Changeset 1330 for temp/trunk/data/class


Ignore:
Timestamp:
2006/08/23 13:51:17 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_DbConn.php

    r1329 r1330  
    1010    var $result;  
    1111    var $includePath; 
    12      
    1312    var $error_mail_to; 
    1413    var $error_mail_title; 
     14    var $dsn; 
    1515     
    1616    // ¥³¥ó¥¹¥È¥é¥¯¥¿ 
     
    2121            if($dsn != "") { 
    2222                $objDbConn = DB::connect($dsn); 
     23                $this->dns = $dsn; 
    2324            } else { 
    2425                $objDbConn = DB::connect(DEFAULT_DSN); 
     26                $this->dns = DEFAULT_DSN; 
    2527            } 
    2628        } 
Note: See TracChangeset for help on using the changeset viewer.