Yaf
在线手册:中文  英文

The Yaf_Route_Static class

(Yaf >=1.0.0)

简介

Defaultly, Yaf_Router only have a Yaf_Route_Static as its default route.

And Yaf_Route_Static is designed to handle the 80% requirement.

please *NOTE* that it is unecessary to instance a Yaf_Route_Static, also unecesary to add it into Yaf_Router's routes stack, since there is always be one in Yaf_Router's routes stack, and always be called at the last time.

类摘要

Yaf_Route_Static implements Yaf_Router {
/* 方法 */
public void match ( string $uri )
public bool route ( Yaf_Request_Abstract $request )
}

Table of Contents


Yaf
在线手册:中文  英文
易百教程