Esempio n. 1
0
 static function init()
 {
     if (!self::$connection) {
         self::$connection = new self();
     }
     return self::$connection;
 }