Smarty模板配置出错。
我是安装网上的配置的,Warning:Smartyerror:unabletoreadresource:"test.html"inD:\AppServ\www\test\...
我是安装网上的配置的,Warning: Smarty error: unable to read resource: "test.html" in
D:\AppServ\www\test\smarty\Smarty.class.php on line 1094
<?php
include_once('smarty/Smarty.class.php');
$smarty = new Smarty();
$smarty -> template_dir = "./templates"; //模板存放目录
$smarty -> compile_dir = "./templates_c"; //编译目录
$smarty -> left_delimiter = "{{"; //左定界符
$smarty -> right_delimiter = "}}"; //右定界符
$smarty -> assign('test','OK');
$smarty -> display('test.html');
?>
<html>
<head>
</head>
<body>
{{$test}}
</body>
</html>
哪里错了求大神指点。 展开
D:\AppServ\www\test\smarty\Smarty.class.php on line 1094
<?php
include_once('smarty/Smarty.class.php');
$smarty = new Smarty();
$smarty -> template_dir = "./templates"; //模板存放目录
$smarty -> compile_dir = "./templates_c"; //编译目录
$smarty -> left_delimiter = "{{"; //左定界符
$smarty -> right_delimiter = "}}"; //右定界符
$smarty -> assign('test','OK');
$smarty -> display('test.html');
?>
<html>
<head>
</head>
<body>
{{$test}}
</body>
</html>
哪里错了求大神指点。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询