There is a simple form that sends an array of aidishnks in the same way:
<input id="Col_0" type="checkbox" name="Col[0]" value="1"> <input id="Col_1" type="checkbox" name="Col[1]" value="2"> etc. Aidishniki are not needed in order to put them in the database, which means there are no CActiveRecord models for them. Question: How can I validate this unique ID in yii.? I just need a function that would trim, cut the tags, check the type, etc. Is it really necessary to create a CFormModel model for this?