示例#1
0
 public static function getDropDownList($selected_id, $select_name, $first_option)
 {
     $s = WForm::getDropDownList($selected_id, $select_name, $first_option, 'relation_type', 'name', 'id');
     return $s;
 }
示例#2
0
 public static function getDropDownList($selected_id, $select_name, $first_option)
 {
     $s = WForm::getDropDownList($selected_id, $select_name, $first_option, 'part_of_speech', 'name', 'id');
     return $s;
 }