34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Radio Button List with enum values for column of type ENUM >+> incorporate into giix
Comparing
#1
with
#2
Revision #2 was created by
pckabeer
on May 25, 2012, 8:29:14 PM.
chenged the error in calling
« Previous (#1)
Content
[...]
}
```
Then use it in the view files with:
```php
<?php echo
Z
RBL
Html::enumRadioButtonList( $model,'color' ); ?>
```
## Adding it to giix' CrudCode
[...]