Пример #1
0
 /**
  * Get the singleton dictionary
  * @param bool $dbname Database name.
  * @return db/bool
  */
 public static function getguid()
 {
     if (!self::$m_pInstance) {
         self::$m_pInstance = new GUID();
     }
     return self::$m_pInstance;
 }