現在のURLの取得方法

$url = Router::url(array(
	'controller' => Inflector::underscore($this->name),
	'action' => $this->action
),true);