Yaf_Application
PHP Manual

Yaf_Application::run

(PECL yaf >=1.0.0)

Yaf_Application::runStart Yaf_Application

Description

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.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values


Yaf_Application
PHP Manual