| radiolist From Database |
|
|
|
| Wednesday, 30 December 2009 06:58 | |
|
Radiolist From Database View.html.php $a_cat?? ?=?? ?& $this->get('CatData'); $currentValue = '1'; //Set this value from DB, etc. $arr?? ?= array(); foreach($a_cat as $v) { $arr[] = JHTML::_('select.option', $v->id, $v->name ); } $lists['cat_id']?? ??? ??? ? =?? JHTML::_('select.radiolist', $arr, 'activated', null, 'value', 'text', $currentValue); |


