The Yaf_View_Interface class
(Yaf >=1.0.0)
簡介
Yaf給使用者提供一個了一個可擴充套件的、可自定的檢視引擎介面,使用者可以使用自己的檢視引擎來代替Yaf內建的Yaf_View_Simple。下面是一個關於怎麼實現的例子,請看Yaf_Dispatcher::setView()。
類摘要
class Yaf_View_Interface
{
/* 方法 */
}目錄
- Yaf_View_Interface::assign — 為檢視引擎分配一個模板變數
- Yaf_View_Interface::display — 渲染一個檢視模板, 並直接輸出給請求端
- Yaf_View_Interface::getScriptPath — The getScriptPath purpose
- Yaf_View_Interface::render — 渲染一個檢視模板
- Yaf_View_Interface::setScriptPath — The setScriptPath purpose