Harro Verton wrote on Thursday 8th of December 2011:I've been looking at this in the past, but it's quite complicated.
Harro Verton wrote on Thursday 8th of December 2011:Also, currently module routes are only loaded when a module controller is requested from the URI. For this functionality you need all routes loaded.
'/foob' => array('foo/bar', 'name' => 'myroute'),
$route = Router::get('myroute');add feed it to for example html::anchor() in your views.
It looks like you're new here. If you want to get involved, click one of these buttons!