示例#1
0
 public static function getLink()
 {
     if (!self::$link) {
         self::$link = new DbLink();
     }
     return self::$link;
 }