include_once("./smarty/Smarty.class.php");//将smarty文件引入进来$smarty=new Smarty();$smarty->config_dir="Smarty/Config_File.class.php"; // 目录变量,一般不用改$smarty->caching="false";//设置缓存是否开启$smarty->cache_dir="./cache_dir";//设置缓存目录$smarty->template_dir=". Read More
posted @ 2011-08-02 22:17 懒洋洋80s Views(129) Comments(0) Diggs(0)