DevHow: Code Snippets from all around

Get the current route in Kohana 3

Tag(s): PHP Kohana

The way to get the current route changed from Kohana 2.x url::current()

request::instance()->uri();

Comments

You must be logged in to comment