コード例 #1
0
ファイル: project.php プロジェクト: tomzt/tfwp
 public static function list_select($name, $selected = 0, $xtra = 'class="tzn_option_select"', $draft = true)
 {
     return tzn_tools::form_select($name, self::get_status_list($draft), $selected, $xtra);
 }
コード例 #2
0
ファイル: log.php プロジェクト: tomzt/tfwp
 /**
  * filter select
  */
 public static function list_select($name, $selected = '', $xtra = 'class="tzn_option_select"')
 {
     return tzn_tools::form_select($name, self::get_option_list(), $selected, $xtra);
 }