smallipis
(smallipis)
高级会员

一般会员
UID 66599
精华
0
积分 509
帖子 220
金钱 509 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2005-9-13
状态 离线
|
会不会你的路径问题
最好设绝对路径,如
$ROOT_PATH =$_SERVER['DOCUMENT_ROOT']. '/';
$smarty = new Smarty();
$smarty->template_dir=$ROOT_PATH.'radio/smarty/templates/';
$smarty->compile_dir=$ROOT_PATH.'radio/smarty_tmp/templates_c/'; //设置编译目录
$smarty->cache_dir=$ROOT_PATH.'radio/smarty_tmp/cache/'; //设置缓存目录
$smarty->config_dir=$ROOT_PATH.'radio/smarty_tmp/configs/'; //设置目录
另给个实例你
http://www.tammytravel.com/food_trip/modules/smarty_test.php
|
|