Smarty成员变量:$default_resource_type
$default_resource_type
设置Smarty隐含使用的资源类型。 默认值是file
,意味着$smarty->display('index.tpl')
和 $smarty->display('index.tpl')
是等价的。 详细参见资源。
设置Smarty隐含使用的资源类型。 默认值是file
,意味着$smarty->display('index.tpl')
和 $smarty->display('index.tpl')
是等价的。 详细参见资源。