在线文档教程
PHP
Yaf

Yaf_View_Interface::setScriptPath

Yaf_View_Interface::setScriptPath

(Yaf >=1.0.0)

Yaf_View_Interface :: setScriptPath - setScriptPath的用途

描述

abstract public void Yaf_View_Interface::setScriptPath ( string $template_dir )

设置模板的基本目录,这通常由Yaf_Dispatcher调用

警告

此功能目前没有记录; 只有它的参数列表可用。

参数

template_dir

模板目录的绝对路径,默认情况下,Yaf_Dispatcher使用application.directory。“/ views”作为这个参数。

返回值

← Yaf_View_Interface::render

Yaf_View_Simple →