我在cakePHP新手。 我在index.ctp中显示默认当前年份有一些问题 这个index.ctp。
的代码<?php
echo $html->tableCells (array (array ('Course',
$form->select('id',$courses)
),
array ('Location',
$form->select('id',$locations)
),
array ('Month',
$form->month('mob')
),
array ('Year',
$form->year('year',2011,2012)
),
)
);
&GT;
感谢您的进步:)
答案 0 :(得分:0)
尝试$form->year('year',2011,2012, date('Y'))