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:
Definiert den Ressourcentyp der von Smarty implizit verwendet werden soll. Standardwert ist 'file', was dazu führt dass $smarty->display('index.tpl'); und $smarty->display('file:index.tpl'); identisch sind. Weitere Informationen finden Sie im Resource-Kapitel.