Comparing
#29 with
#30
Revision #30 was created by
resurtm on Aug 11, 2011, 8:37:52 AM.
previous commit fix
Content
[...]
array('empty' => '(Select a category'));
```
**Example 5: Generating dropdownlist with option groups.**
If you need to generate dropdownlist using both `optgroup` and `option` tags use the following code.
```php
<div class="cars-select">
<?php echo CHtml::dropDownList('Cars', 'car_id', array([...]