function run($row) { if ($_GET['tree'] != 'new' && $row['type'] != 'group') { $row['select'] = FeaturesWidget::getValues($row); $row['value'] = FeaturesWidget::getValue($row); View::widget('features/' . $row['type'], $row); } }