IgorKorytin

Untitled

Sep 5th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.             <div id="company" class="span6">
  2.                 <label><b>Компания</b></label>
  3.             <?php
  4.             $list_data = Request::getcompany($model->CUsers_id);
  5.             echo CHtml::dropDownList('company', null, $list_data, array('class' => 'span12'));
  6.             ?>
  7.             </div>
Advertisement
Add Comment
Please, Sign In to add comment