IgorKorytin

Untitled

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