getCollection()->getData(); $options=array(); /* $options[]=array('value'=>0,'label'=>''); */ foreach($cats as $cat) { $options[]=array('value'=>$cat['arw_identifier'],'label'=>$cat['arw_name']); } return $options; } }