Changeset 6270 for temp/trunk/data/class


Ignore:
Timestamp:
2006/10/13 13:27:54 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/data/class
Files:
2 edited

Legend:

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

    r6269 r6270  
    2727        // Debug¥â¡¼¥É»ØÄê 
    2828        $options['debug'] = PEAR_DB_DEBUG; 
    29         // ´û¤ËÀܳ¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¡¢ºÆÀܳÍ×˾¤Î¾ì¹ç¤ÏÀܳ¤¹¤ë¡£ 
     29        // ´û¤ËÀܳ¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¡¢¿·µ¬ÀܳÍ×˾¤Î¾ì¹ç¤ÏÀܳ¤¹¤ë¡£ 
    3030        if(!isset($objDbConn->connection) || $new) { 
    3131            if($dsn != "") { 
  • temp/trunk/data/class/SC_Query.php

    r6266 r6270  
    1414    /* 
    1515        $err_disp:¥¨¥é¡¼É½¼¨¤ò¹Ô¤¦¤« 
    16         $new¡§ºÆÀܳ¤ò¹Ô¤¦¤« 
     16        $new¡§¿·µ¬¤ËÀܳ¤ò¹Ô¤¦¤« 
    1717     */ 
    1818    function SC_Query($dsn = "", $err_disp = true, $new = false) { 
Note: See TracChangeset for help on using the changeset viewer.