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