緊急のお願い: thinkPHP でループ割り当てを使用する際の問題 (データベースに接続する必要はありません)
皆さん、こんにちは。私は thinkPHP の初心者です:
には、連続する年のドロップダウン メニューを作成するための値が割り当てられます。たとえば、1988 年から 2005 年まで、ループを使用しますか?ありがとうございます!
-----解決策---------
//動作中 $from Year = "2010" // 開始年 $toyear = date("Y"); //終了年 $listyear = 配列(); while( $to年 >= $from年 ){ $list年[$from年] = $from年; ++$から年; } $this->assign("リスト年",$リスト年); $this->assign("selectyear",array($toyear)); /テンプレート 年を選択してください: <div style="margin-left:10px;margin-bottom:10px;"> <tagLib name="html" /> <html:select options="list年" selected="select年" id="年" name="年" /> 年 </div><div class="clear"></div>