たまに忘れているのでメモ。
Viewでも$this->request->dataとか$this->request->queryでリクエストを取得できるので、リクエストをそのままViewで使いたいときは、コントローラーでわざわざリクエスト取得して、$this->setしてはやらないように。
Go to list of users who liked
More than 5 years have passed since last update.
たまに忘れているのでメモ。
Viewでも$this->request->dataとか$this->request->queryでリクエストを取得できるので、リクエストをそのままViewで使いたいときは、コントローラーでわざわざリクエスト取得して、$this->setしてはやらないように。
Register as a new user and use Qiita more conveniently
Go to list of users who liked