And a few days ago, I had a trouble about this. So to understand routing and kill my bugs, I tried to find good idea.
Then, I got an idea, made one small controller like this:<?php
class Controller_Testroute extends Controller {
function action_index() {
Debug::dump($this->request->route);
}
}
That's all. It looks like you're new here. If you want to get involved, click one of these buttons!