Changes
Title
unchanged
Building a search GET request with scenarios ; calling a SearchModel from URLs...
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
search, get, Scenarios
Content
changed
[...]
}
```
Now, inside the controller, you can parse the GET request to the the search method in the usual simple way :
/app/controllers/MyCont::searchactionMyaction()
```php
public function actionMyaction($params)
{
...[...]