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

Comparing #1 with #2

Revision #2 was created by pckabeer pckabeer on May 25, 2012, 8:29:14 PM.

chenged the error in calling

Content

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

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


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