Difference between #3 and #4 of
How to create the custom Drop-down using CHtml::dropDownList

Revision #4 has been created by samdark on Jan 20, 2019, 9:11:22 PM with the memo:

Set version
« previous (#3)

Changes

Title unchanged

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

Category unchanged

How-tos

Yii version changed

1.1

Tags changed

dropdown, custom,#dropdown, custom

Content changed

[...]
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
[...]
0 0
3 followers
Viewed: 27 199 times
Version: 1.1
Category: How-tos
Written by: Ankit Modi
Last updated by: samdark
Created on: Jul 15, 2014
Last updated: 5 years ago
Update Article

Revisions

View all history