コード例 #1
0
ファイル: tlang.php プロジェクト: stasonmokoron/nerpa
 public static function getDropDownList($selected_id, $select_name, $first_option)
 {
     $s = WForm::getDropDownList($selected_id, $select_name, $first_option, 'lang', 'name', 'name');
     return $s;
 }
コード例 #2
0
ファイル: tpos.php プロジェクト: stasonmokoron/nerpa
 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;
 }