|
Yaf_Router::addRoute(PECL yaf >=1.0.0) Yaf_Router::addRoute — Add new Route into Router Описание
public Yaf_Router Yaf_Router::addRoute
( string $name
, Yaf_Route_Abstract $route
)
defaultly, Yaf_Router using a Yaf_Route_Static as its defualt route. you can add new routes into Router's route stack by calling this method. the newer route will be called before the older(route stack), and if the newer router return TRUE, the router process will be end. otherwise, the older one will be called. Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов. Список параметровУ этой функции нет параметров. Возвращаемые значения
ПримерыПример #1 Yaf_Dispatcher::autoRender()example
<?php Смотрите также
|
|