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:
unregister_modifier
void unregister_modifier(string name);
Используйте функцию для динамической дерегистрации плагина модификатора. В качестве аргумента передается имя модификатора.
Example 13.26. unregister_modifier
<?php // мы не хотим, чтобы дизайнер шаблонов очищал переменные от тэгов $smarty->unregister_modifier("strip_tags"); ?>