Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.                 <select name="id_category">
  2.                     <?
  3.                     $options = objects_to_array($self->allCategories, 'getId', 'getTitle');
  4.                     $options = array(0=>'не выбрана') + $options;
  5.                     print_select_options($options, $partner->getIdCategory());
  6.                     ?>
  7.                 </select>
Add Comment
Please, Sign In to add comment