コード例 #1
0
<?php

/**
 * Geo Mashup Data Access
 *
 * @package GeoMashup
 */
// Init at load time - just adds hooks
GeoMashupDB::init();
/**
 * Static class to provide a namespace for Geo Mashup data functions.
 *
 * @since 1.2
 * @package GeoMashup
 */
class GeoMashupDB
{
    /**
     * Current installed database version.
     * 
     * @since 1.4
     * @var string 
     */
    private static $installed_version = null;
    /**
     * Flag for objects that have geodata fields copied to.
     * Key $meta_type-$object_id, value true.
     * 
     * @since 1.4
     * @var array  
     */