Difference between #5 and #6 of
Building a search GET request with scenarios ; calling a SearchModel from URLs...

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)
{
...
[...]
0 0
2 followers
Viewed: 22 331 times
Version: 2.0
Category: Tips
Written by: Louis Gac
Last updated by: Louis Gac
Created on: Apr 28, 2015
Last updated: 8 years ago
Update Article

Revisions

View all history