dependent dropdown box with Yii
问题 i have a countries, states, cities tables , and I need 3 dropdown menus wherein, if i select a country like e.g United States, the states dropdown menu will automatically show only the states that are under United States, and next, if I select a State like e.g California, the Cities drop down menu will only show off the Cities under California am currently having problem implementing this in yii. I have this _form file where these 3 dropdown should be included. I have a partial code, but I