List filter by DropDownList..

In my articles list show all article in database.

But I want to filter article list by select "section" and "category".

I see this implement in extension page to filter extension list by category.

I was going to http://ironic.tnzr.nl/asmselectex/ and http://www.yiiframew…x.php/topic,362, but I’m still not understand.

How to do this?

Thanks in advanced

Please check this page: http://www.yiiframew…oc/cookbook/11/

Thanks Qiang,  its work!  :)

The next challenge si how to di it on Ajax.  ;)

As we know JQuery is the foundational JavaScript framework for Yii. It must be possible to do it with just a little code extra.

Thanks again