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.28. unregister_modifier()
<?php // テンプレートデザイナによって要素からタグを取り除かれたくない場合 $smarty->unregister_modifier('strip_tags'); ?>
register_modifier()
および
修飾子プラグイン
も参照してください。