Get the current route in Kohana 3

$routes = Route::all();
$name = array_search($this->request->route, $routes);

0 comments:

Post a Comment