PHP 클래스 TI_Router, TastyIgniter

상속: extends MX_Router
파일 보기 프로젝트 열기: tastyigniter/tastyigniter

공개 메소드들

메소드 설명
_reverse_routing ( $uri = '' ) --------------------------------------------------------------------

보호된 메소드들

메소드 설명
_set_routing ( ) : void Set route mapping

메소드 상세

_reverse_routing() 공개 메소드

--------------------------------------------------------------------
public _reverse_routing ( $uri = '' )

_set_routing() 보호된 메소드

Determines what should be served based on the URI request, as well as any "routes" that have been set in the routing config file.
protected _set_routing ( ) : void
리턴 void