yii documentation
- by nucleartux
where find topic with description of setters and getters of form fields?
example:
field:
<?php echo $form->textField($model,'tagsArray',array('size'=>60,'maxlength'=>255)); ?>
getter:
function getTagsArray()