示例#1
0
文件: index.php 项目: h19e/fw
 public static function getInstance()
 {
     if (!isset(self::$parameter)) {
         self::$parameter = new Parameter();
     }
     return self::$parameter;
 }