PHP Class TI_Router, TastyIgniter

Inheritance: extends MX_Router
Show file Open project: tastyigniter/tastyigniter

Public Methods

Method Description
_reverse_routing ( $uri = '' ) --------------------------------------------------------------------

Protected Methods

Method Description
_set_routing ( ) : void Set route mapping

Method Details

_reverse_routing() public method

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

_set_routing() protected method

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
return void