Revision #2                                    has been created by  pckabeer                                    on May 25, 2012, 8:29:14 PM with the memo:
 pckabeer                                    on May 25, 2012, 8:29:14 PM with the memo:
                                
                                
                                    chenged the error in calling                                
                                                                    « previous (#1)                                                                                            
                            Changes
                            
    Title
    unchanged
    Radio Button List with enum values for column of type ENUM >+> incorporate into giix
    Category
    unchanged
    How-tos
    Yii version
    unchanged
    
    Tags
    unchanged
    Radiobuttonlist, input, forms, views, enum, giix, activeRadioButtonList
    Content
    changed
    [...]
}
```
Then use it in the view files with:
```php
<?php echo ZRBLHtml::enumRadioButtonList( $model,'color' ); ?>
```
## Adding it to giix' CrudCode[...]