It works, but action parametrs does not have same names as $_GET keys, it only write params in asc order. For example:
request string: index.php?_url=/index/help&pid=5&id=10
public function helpAction($id, $lol)
{
// $id = /index/help
// $lol = 5
//
}