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 = "}";
不过怎么都感觉我的目录没建错. 帮忙看看 什么问题 展开
$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 = "}";
不过怎么都感觉我的目录没建错. 帮忙看看 什么问题 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询