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:
void unregister_modifier( |
name) ; |
string name
;Use isso para desregistrar dincamimente um modificador de plugin. Passe no template o nome do modificador.
Example 13.26. unregister_modifier
// nós não queremos que designers de template usem strip tags para os elementos $smarty->unregister_modifier("strip_tags");