Esempio n. 1
0
 /**
  * method run
  * param
  * return
  */
 public static function run()
 {
     if (self::$instance == null) {
         $c = __CLASS__;
         self::$instance = new $c();
     }
 }