コード例 #1
0
ファイル: FeaturesWidget.php プロジェクト: sov-20-07/billing
 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);
     }
 }