次のマークアップを生成するには:
<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