コード例 #1
0
ファイル: TRelationType.php プロジェクト: componavt/piwidict
 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
ファイル: TPOS.php プロジェクト: componavt/piwidict
 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;
 }