Exemplo n.º 1
0
 public static function getinst()
 {
     global $d;
     if (self::$inst == NULL) {
         self::$inst = new plugins($d);
     }
     return self::$inst;
 }