I am new in yii framework. Currently, i encounter the problem to create customized search function.
My idea is when user choose fields and click show button , i want to show only relative data records.
Please check the attachment file.
Thank you
I suggest that you use Gii to create the Crud operations that have a similar functionality. You can than peek in on how that is done and adapt the generated pages to your needs.