Show
Ignore:
Timestamp:
05/23/08 21:16:38 (6 months ago)
Author:
inureyes
Message:

#711

  • stat 관련 쿼리 및 남은 mysql 종속성의 encapsulation.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/Needlworks.DBMS.MySQL.php

    r5806 r6000  
    295295        return mysql_error($err); 
    296296    } 
     297     
     298    /*@static@*/ 
     299    function stat($stat = null) { 
     300        return mysql_stat($stat); 
     301    } 
    297302} 
    298303