Beispiel #1
0
 public static function __import__()
 {
     $debug = debug_backtrace();
     self::$path = dirname($debug[2]["file"]);
 }