Revision #6 has been created by Louis Gac on Apr 29, 2015, 2:56:42 PM with the memo:
correct name : /app/controllers/MyCont::actionMyaction()
« previous (#5)
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)
{
...[...]