摘要:
smarty:<?php//引入Smarty类文件include_once("Smarty/Smarty.class.php");//实例化Smarty类$smarty = new Smarty();$smarty->caching=false;//定义模版目录$smarty->template_dir = "./templates";//定义编译目录$smarty->compile_dir = "./templates_c";//定义缓存目录$smarty->cache_dir = "./sm 阅读全文
posted @ 2012-11-25 14:09
蚊子吃青蛙
阅读(278)
评论(0)
推荐(0)

浙公网安备 33010602011771号