smarty错误Fatal error: Cannot redeclare class Smarty in D:\smarty\Smarty.class.php on line 65

include_once("Smarty/Smarty.class.php");$tpl=newSmarty();//建立smarty实例对象$tpl$tpl->conf... include_once("Smarty/Smarty.class.php");
$tpl = new Smarty(); //建立smarty实例对象$tpl

$tpl->config_dir="Smarty/Config_File.class.php"; // 目录变量

$tpl->caching=false; //是否使用缓存,项目在调试期间,不建议启用缓存

$tpl->template_dir = "./templates"; //设置模板目录

$tpl->compile_dir = "./templates_c"; //设置编译目录

$tpl->config_dir='./configs/';

$tpl->cache_dir='./cache/'; //缓存文件夹
$tpl->compile_check = true;

$tpl->debugging = false;

$tpl->left_delimiter = "{";

$tpl->right_delimiter = "}";
不过怎么都感觉我的目录没建错. 帮忙看看 什么问题
展开
 我来答
cy_cgf
2010-08-12 · 超过10用户采纳过TA的回答
知道答主
回答量:31
采纳率:0%
帮助的人:15.2万
展开全部
看看其他地方有没有Smarty 类了!
include_once("Smarty/Smarty.class.php") 改成
include("Smarty/Smarty.class.php")
看看报什么错误!
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式