IgorKorytin

Untitled

Sep 5th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.                 <div class="span4">
  2.                     <label><b>Укажите цену</b></label>
  3.                     <?php
  4.                     $return=$service;
  5.                     echo CHtml::dropDownList('service', null, $return, array('class' => 'span12'));
  6.                     ?>
  7.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment