Warning: include_once(/home/theraven/sites/theraven7.com/php/manual/en/toc/book.yaf.inc) [function.include-once]: failed to open stream: No such file or directory in /home/theraven/sites/theraven7.com/php/manual/en/class.yaf-route-static.php on line 5

Warning: include_once() [function.include]: Failed opening '/home/theraven/sites/theraven7.com/php/manual/en/toc/book.yaf.inc' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/theraven/sites/theraven7.com/php/manual/en/class.yaf-route-static.php on line 5
PHP: Yaf_Route_Static - Manual
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Yaf_Route_Static::match> <Yaf_Route_Simple::route
[edit] Last updated: Fri, 18 May 2012

view this page in

The Yaf_Route_Static class

(No version information available, might only be in SVN)

Introduction

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.

Class synopsis

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

Table of Contents



add a note add a note User Contributed Notes Yaf_Route_Static
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites