Revision #3 has been created by JohnPollard on Jan 21, 2013, 2:38:15 PM with the memo:
remove unneeded line
« previous (#2)
Changes
Title
unchanged
Filter / Search with CListView
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
filter, CListView, CGridView, search
Content
changed
(This is my first post, so be forgiveful!)
This is what I did. Its the EASIEST solution that I know of. I just reused the advanced search done in CGridView.
<b>In my controller file</b>
```php[...]