For template tags that can accept parameters, some require them to be in the default PHP style.
对于能够接受参数的标签,有的要求是默认php样式。
Typically you would leave this false, that way you can store sensitive data in the config files such as database parameters and not worry about the template loading them. false by default.
一般情况下,你会保留本变量为假,这样你可以在配置文件里存放敏感数据,例如数据库参数,而不用担心模版会将它们调用出来。默认情况下,本变量设为假。
Generic or template parameters with default values cannot be followed in the parameter list by parameters that do not have default values.
在参数列表中,具有默认值的泛型参数或模板参数后面不能是没有默认值的参数。
Generic or template parameters with default values cannot be followed in the parameter list by parameters that do not have default values.
在参数列表中,具有默认值的泛型参数或模板参数后面不能是没有默认值的参数。
应用推荐