update : 2015.11.03
php.shukuma.com검색:
|
The Yaf_Route_Simple class(Yaf >=1.0.0) 소개Yaf_Route_Simple will match the query string, and find the route info. all you need to do is tell Yaf_Route_Simple what key in the $_GET is module, what key is controller, and what key is action.
Yaf_Route_Simple::route() will always return
클래스 개요
Yaf_Route_Simple
implements
Yaf_Route_Interface
{
/* 프로퍼티 */
protected
$controller
;
protected
$module
;
protected
$action
;
/* 메소드 */
}프로퍼티
Table of Contents
|