pratap_vijay
(Pratap Vijay Singh)
1
I have ‘multiple select’ on my form. ( using redirect to create user friendly url) I need to append all selected values in URL using UrlManager rule.
Let say xx[0]=Yes&xx[1]=it&xx[2]=is&wq=34
trying following rule -
/show/<wq>-in-<xx> => ‘myC/action’
it is not working.
pratap_vijay
(Pratap Vijay Singh)
2
any body can help me on this topic
dckurushin
(Diavolonok)
3
maybe if you use in your rule just site/theAction/* it will help…
also you can try playing with site/<xx:\w+>
Also you should generate your url via CHtml::link