Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Smarty 中,有没有办法检索模板文件的当前物理路径?
我正在寻找 PHP__FILE__超级变量的 Smarty 等价物。
__FILE__
(我敢肯定这个问题之前一定被问过,但我一辈子都找不到它。或者也许有一个很好的理由没有被问到!?)
查看{$smarty}保留变量。
{$smarty}
{$smarty.const.CONST_NAME}
{$smarty.current_dir}
{$smarty.template}