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.
我需要访问由rain tpl 管理的模板中的DEFINE(在php 中定义)。
define ('USECACHE',false);
我想知道是否有一种方法可以直接使用 rain tpl 访问我的定义而不将其分配给模板(就像使用全局变量 POST、GET、SESSION、... 一样)
{$GLOBALS.variable}
您可以constants通过以下语法访问
constants
{#USECACHE#}