IgorKorytin

Untitled

Sep 4th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="span8">
  2. <label><b>Выберите услугу</b></label>
  3. <?php
  4. $list_data = services::all();
  5. echo CHtml::dropDownList($list_data, array('class' => 'span15'));
  6. ?>
  7.  
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment