?
本文檔使用 PHP中文網(wǎng)手冊 發(fā)布
This tells smarty what resource type to use implicitly. The default value
is 'file', meaning that $smarty->display('index.tpl'); and
$smarty->display('file:index.tpl'); are identical in meaning. See the
resource chapter for details.
該變量告訴smarty隱式地使用什么源類型.默認值為'file',也就是說,$smarty->display('index.tpl');和and
$smarty->display('file:index.tpl');從意思上是一樣的.祥見resource一章。