Esempio n. 1
0
 public static function setCurrentDB(GDO_Database $db)
 {
     self::$CURRENT_DB = $db;
     self::$GDO_TABLES = array();
 }