Heim >Backend-Entwicklung >PHP-Tutorial > Smarty模板路径配置有关问题(急)

Smarty模板路径配置有关问题(急)

WBOY
WBOYOriginal
2016-06-13 12:43:041058Durchsuche

Smarty模板路径配置问题(急)
昨天装上smarty,可是在配置模板的路径时遇到问题。

<br />
define("ROOT", str_replace("\\", "/", dirname(__FILE__)).'/');<br />
require 'libs/Smarty.class.php';<br />
$smarty= new Smarty();<br />
$smarty->setTemplateDir(ROOT.'templates/');  <br />
 print_r($smarty->getTemplateDir());      <br />

运行输出的模板路径如下:
 F:/PHP program/Smarty/templates\
也就是最后的那个路径分隔符怎么也调不对,在、一直没调好,怎么办?

Smarty PHP
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn