Action view helper enables view scripts to dispatch a
given controller action; the result of the response object following the
dispatch is then returned. These can be used when a particular action
could generate re-usable content or "widget-ized" content.
Action view helper follows that of most MVC
components that invoke controller actions: action($action,
$controller, $module = null, array $params = array()).
CommentController with a