Quantcast
Channel: Shani's Php CookBook
Viewing all articles
Browse latest Browse all 60

YII, form simple drop down

$
0
0
YII, form simple drop down


<?php echo $form->dropDownList($form, 'sex',
    array('1' => 'male', '2' => 'female'),
    array('empty' => 'Select one of the following...')
); ?>

Viewing all articles
Browse latest Browse all 60

Trending Articles