要生成以下标记:
<label class="foo">Bar</label>
PHP 将类似于:
<?php echo $form->label($model,'username'); ?>
似乎它应该是 label() 的 htmlOptions 参数的一部分,但我无法真正弄清楚。
来自 Yii 的文档:
public string label(CModel $model, string $attribute, array $htmlOptions=array ( ))
参考:
http://www.yiiframework.com/doc/api/1.1/CActiveForm#label-detail