CakePHPメモ:現在のURLの取得方法 コメントを残す 現在のURLの取得方法 $url = Router::url(array( 'controller' => Inflector::underscore($this->name), 'action' => $this->action ),true);