示例#1
0
文件: Setup.php 项目: hisaboh/w2t
 public static function __import__()
 {
     $debug = debug_backtrace();
     self::$path = dirname($debug[2]["file"]);
 }