yii documentation
Posted
by nucleartux
on Stack Overflow
See other posts from Stack Overflow
or by nucleartux
Published on 2010-03-20T19:11:14Z
Indexed on
2010/03/20
21:11 UTC
Read the original article
Hit count: 337
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()
© Stack Overflow or respective owner