これは、暗黙に使用されるリソースの種類を指定します。
デフォルトの値は file で、
これは $smarty->display('index.tpl') と
$smarty->display('file:index.tpl')
とが意味的に同じになる、ということです。
詳細は、リソース
の項を参照してください。
Comments
Post a Comment
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
Check reviews of PHP Web Hosting, compatible with Smarty Templates
これは、暗黙に使用されるリソースの種類を指定します。
デフォルトの値は file で、
これは $smarty->display('index.tpl') と
$smarty->display('file:index.tpl')
とが意味的に同じになる、ということです。
詳細は、リソース
の項を参照してください。