The Yaf_Route_Static class
(No version information available, might only be in SVN)
Introdução
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 route stack, since there is always be one in Yaf_Router's route stack, and always be called at the last time.
Sinopse da classe
Yaf_Route_Static
implements
Yaf_Router
{
/* Métodos */
}Índice
- Yaf_Route_Static::match — The match purpose
- Yaf_Route_Static::route — Route a request
There are no user contributed notes for this page.
