What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
enableSecurity() — 开启安全检查
string enableSecurity(string securityclass);
string enableSecurity(object securityobject);
string enableSecurity();
开启模板的安全检查。 参数如下:
securityclass
可选,安全机制中设定的类。
securityobject
可选,安全机制中设定的对象。
关于安全机制,详细请参见安全。
参见
disableSecurity()
,
和
安全.