0

我是 koding 的新手,我想使用 Smarty,只是想知道一些细节如何设置 smarty om koding?我的 index.php 中有以下代码,但它不起作用。

<?php
require_once './Smarty/libs/Smarty.class.php';
$smarty = new Smarty();
$smarty->setCompileDir('./templates_c');
$smarty->setTemplateDir('./templates');
$smarty->display('index.tpl');
?>

任何想法?

4

0 回答 0