Difference between #4 and #5 of
How to filter data using a dropdown list?

Revision #5 has been created by Yang He on Jun 29, 2012, 4:30:55 PM with the memo:

Removed broken link to Chinese translation
« previous (#4)

Changes

Title unchanged

How to filter data using a dropdown list?

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
* empty: this displays an extra dropdown list item at the beginning because this item is not provided by the `$categories` array.
* submit: this makes the dropdown list to be able to submit the form. If you change the current selection, the form enclosing the dropdown list will be submitted to the current page (because the submit value is empty).

Once the form is submitted, we will obtain a `cat` GET variable which contains the current category selection. We use this value to filter the extensions and display the corresponding results.

 
### Links
 
[Chinese version](http://www.itkuaixun.com/bbs/thread-199-1-1.html)
7 0
6 followers
Viewed: 41 975 times
Version: 1.1
Category: Tutorials
Tags:
Written by: qiang
Last updated by: Yang He
Created on: Feb 16, 2009
Last updated: 11 years ago
Update Article

Revisions

View all history