コード例 #1
0
ファイル: GDO.php プロジェクト: sinfocol/gwf3
 public static function setCurrentDB(GDO_Database $db)
 {
     self::$CURRENT_DB = $db;
     self::$GDO_TABLES = array();
 }