How to create the custom Drop-down using CHtml::dropDownList

Comparing #3 with #4

Yii version

1.1

Tags

dropdown, custom,#dropdown, custom

Content

[...]
1) first create/copy the drop-down menu in your **_form.php** file




```php

<div class="control-group">
<label class="control-label"><?php echo $form->labelEx($model,'dob'); ?></label>
[...]

```php

/**
* @Method : Dynemic Month
* @Params :
* @author : Ankit Modi
* @created : JULY 11 2014
[...]