cakephp3 パラメータ取得

・URL

http://localhost/search?type=hoge

・view

<?= $this->request->query('type') ?>

・output

hoge
PAGE TOP