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:
これは、暗黙に使用されるリソースの種類を指定します。
デフォルトの値は file
で、
これは $smarty->display('index.tpl')
と
$smarty->display('file:index.tpl')
とが意味的に同じになる、ということです。
詳細は、リソース
の項を参照してください。