Yaf_Application
PHP 手册

Yaf_Application::run

(Yaf >=1.0.0)

Yaf_Application::runStart Yaf_Application

说明

public void Yaf_Application::run ( void )

Run a Yaf_Application, let the Yaf_Application accpect a request, and route the request, dispatch to controller/action, and render response. return response to client fianlly.

参数

此函数没有参数。

返回值


Yaf_Application
PHP 手册