Allow setting query parameters and push them into the view model. Sample code for the controller: ``` $params = $this->params()->fromQuery(); return new ViewModel($params); ```
Allow setting query parameters and push them into the view model.
Sample code for the controller: