Clistview, filter ajax and url

hello,

i’d like to build a clistview with checkbox-filter options.

i am new to yii and i’d like to know how following problem could be solved:

after a user clicks a checkbox, the dataProvider for the view should be changed via ajax, AND the filter variable should be written into the url like:


http://example.com/mysite#filter:hotel,news

is there any built-in option in yii? (like stay.com: http://www.stay.com/london/restaurant/#filters=45)

thanks in advance

Unfortunately there’s none in Yii, as far as I know.

You may want to read this SO thread. :)

Modify Address Bar URL in AJAX App to Match Current State