初学者smarty配置出错,高手指教
时间:2010-10-07
来源:互联网
刚学smarty,看着教程配置的,
<?php
include_once 'smarty/Smarty.class.php';
$smarty=new Smarty();
$smarty->config_dir('smarty/Config_File.class.php');
$smarty->caching=false;
$smarty->template_dir="./templates";
$smarty->compile_dir="./templates_c";
$smarty->cache_dir="./smarty_cache";
$smarty->left_delimiter="{";
$smarty->right_delimiter="}";
?>
一调试,出现:Fatal error: Call to undefined method Smarty::config_dir() in D:\PHPnow-1.5.4\htdocs\News\smarty_inc.php on line 4
怎么回事?哪位高手指教一下?
<?php
include_once 'smarty/Smarty.class.php';
$smarty=new Smarty();
$smarty->config_dir('smarty/Config_File.class.php');
$smarty->caching=false;
$smarty->template_dir="./templates";
$smarty->compile_dir="./templates_c";
$smarty->cache_dir="./smarty_cache";
$smarty->left_delimiter="{";
$smarty->right_delimiter="}";
?>
一调试,出现:Fatal error: Call to undefined method Smarty::config_dir() in D:\PHPnow-1.5.4\htdocs\News\smarty_inc.php on line 4
怎么回事?哪位高手指教一下?
作者: shenmiweiyi 发布时间: 2010-10-07
作者: kuugaloveyou 发布时间: 2010-10-08
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28