Welcome Guest, Not a member yet? Register   Sign In
Access to router object
#1

[eluser]wakextreme[/eluser]
I know the router is being used when ci initializes a page but is the router object kept around to be used later in an application from the controller? It used to be available via the uri class but it seems like that has been removed. I know i can just initialize the router class myself but im just curious if there is still any way to access it.

Thanks
#2

[eluser]tonanbarbarian[/eluser]
Code:
$RTR =& load_class('Router');




Theme © iAndrew 2016 - Forum software by © MyBB