Return to Snippet

Revision: 17948
at September 17, 2009 12:29 by optimiseweb


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

Initial URL
http://forum.kohanaphp.com/comments.php?DiscussionID=3377&Focus=24323

Initial Description


Initial Title
Get the current route in Kohana 3

Initial Tags
php

Initial Language
PHP