因此,在 CakePHP 3 中,要得到這樣的結果:我會這樣做:?<?= $this->Form->date('dob', [? ?'templates' => ['inputContainer' => '{{content}}'], 'label' => false, 'class' => 'form-control', 'minYear' => 1940, 'maxYear' => date('Y') - 5,? ?'empty' => [? ? ? 'year' => "Year", // The year select control has no option for empty value? ? ? 'month' => 'Month', // The month select control does, though? ? ? 'day' => 'Day', // The month select control does, though? ?],?]) ?>然而,如果我嘗試在 Cakephp 4 上做同樣的事情,我會得到這個請問如何在 Cakephp 4 上實現(xiàn)相同的 Cakephp 3 輸出
添加回答
舉報
0/150
提交
取消