Guest User

Untitled

a guest
Feb 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php echo $form->dropDownList($model,'category_id', array(CHtml::listData(Categories::model()->findAll(), 'id', 'title'), array(CHtml::listData(Categories::model()->findAll(), 'id', 'title'))), array('empty'=>'Επιλέξτε Κατηγορία')); ?>
Add Comment
Please, Sign In to add comment