示例#1
0
 static function toba_dir()
 {
     if (!isset(self::$path)) {
         $dir = dirname(__FILE__);
         self::$path = substr($dir, 0, -11);
     }
     return self::$path;
 }