My code is just to add text, I'm using the yii 1 framework, I'd like to create a dropDownList with the female and male options only.
<div class="row">
<?php echo $form->labelEx($model,'ALU_SEXO'); ?>
<?php echo $form->textField($model,'ALU_SEXO',array('size'=>10,'maxlength'=>10)); ?>
</div>