0
我試圖改變模板文件夾的位置有反正那麼做嗎?如何更改smarty模板位置?
我試圖改變模板文件夾的位置有反正那麼做嗎?如何更改smarty模板位置?
只需設置你的template_dir模板Smarty的對象:
$smarty->template_dir = "/path/to/templates";
如果您已經擴展Smarty的類,你只要寫在你的類,它擴展Smarty的類:
$this->template_dir = "template/folder";