Example #1
0
 public static function init()
 {
     if (self::$loader == NULL) {
         self::$loader = new self();
     }
     return self::$loader;
 }