Radio Button List with enum values for column of type ENUM >+> incorporate into giix

Comparing #1 with #2

Content

[...]
}
```
Then use it in the view files with:

```php
<?php echo
ZRBLHtml::enumRadioButtonList( $model,'color' ); ?>
```


## Adding it to giix' CrudCode
[...]