Query string parameters can be read using the getQuery() method: // URL is /posts/index?page=1&sort=title $page = $this->request->getQuery('page'); // Prior ...
確定! 回上一頁