示例#1
0
文件: idea.php 项目: rasuldev/torino
 public static function getInstance()
 {
     if (self::$Instance == NULL) {
         self::$Instance = new self();
     }
     return self::$Instance;
 }