IgorKorytin

Untitled

Aug 29th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. <?php echo $form->select2Row($model, 'service_id', [
  2.             if ($model->contract_id !== 0){
  3.                'data' => Service::getAllContract($model->contract_id);
  4.             } else{
  5.                'data' => Service::getAllContractone($model->CUers_id);
  6.             }
  7.             'multiple' => false,
  8.             'id' => 'service',
  9.             'required' => true,
  10.             'options' => ['width' => '220 px'], ]); ?>
Advertisement
Add Comment
Please, Sign In to add comment