public static function reset_db_cache()
 {
     self::$_cache_all_tables = null;
     self::$_cache_ancestry = array();
 }