Yaf_View_Interface::setScriptPath
(Yaf >=1.0.0)
Yaf_View_Interface::setScriptPath — The setScriptPath purpose
说明
abstract
public
Yaf_View_Interface::setScriptPath (
string
$template_dir
) :
void
设置模板的基目录,这通常通过Yaf_Dispatcher调用。
Warning
本函数还未编写文档,仅有参数列表。
参数
-
template_dir
-
模板目录的绝对路径,默认的Yaf_Dispatcher会设置此目录为application.directory . "/views".
返回值