Building a search GET request with scenarios ; calling a SearchModel from URLs...

Comparing #5 with #6

Revision #6 was created by Louis Gac Louis Gac on Apr 29, 2015, 2:56:42 PM.

correct name : /app/controllers/MyCont::actionMyaction()

Content

[...]
}
```

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)
{
...
[...]