예제 #1
0
파일: GDO.php 프로젝트: sinfocol/gwf3
 public static function setCurrentDB(GDO_Database $db)
 {
     self::$CURRENT_DB = $db;
     self::$GDO_TABLES = array();
 }