博客迁移公告
2009-05-02 09:48:33感谢35博客为我提供了一年多的博客空间服务.
在此,我致以十万分的感谢.
由于35博客不能提供较为开放的服务.
对于用户的需求,不是十分的在意.
考虑了很久,做出了艰难的迁移决定.
大家可以通过一下地址,访问迁移后的网站.
一些 比较精华的内容,都将迁移过去.
感谢35博客为我提供了一年多的博客空间服务.
在此,我致以十万分的感谢.
由于35博客不能提供较为开放的服务.
对于用户的需求,不是十分的在意.
考虑了很久,做出了艰难的迁移决定.
大家可以通过一下地址,访问迁移后的网站.
一些 比较精华的内容,都将迁移过去.
文章已迁移到:
http://www.vozix.com/read-htm-tid-289.html
function __autoload($className){
$classDir=array(
'ext',
'core'
);
foreach($classDir as $dir){
$classFile=dirname(__FILE__)."/".$dir."/".$className.".class.php";
if(file_exists($classFile)){
include_once($classFile);
}
}
}
文章已迁移到:
http://www.vozix.com/read-htm-tid-290.html
class helper{
public static $run_path;
public static function get_run_path(){
if(null==self::$run_path){
self::$run_path=dirname(__FILE__);
}
return self::$run_path;
}
public static function run_path(){
return self::get_run_path();
}
}
echo helper::run_path();
| 帮助 | ||
您还没有登录,请登录后继续操作。