Cakephp年份格式

时间:2013-02-13 16:01:03

标签: cakephp-2.0 form-helpers

我在Cakephp 2.x中使用表单助手

<?php echo $this->Form->year('Album.year', 1950, date('Y'), array('type' => 'select', 'label' => false, 'div' => false, 'class' => "textbox", 'empty' => 'Select Year')); ?>

此代码输出

<select id="AlbumYearYear" class="textbox" name="data[Album][year][year]">
    <option value="">Select Year</option>
</select>

这样。而其他字段输出为name="data[Model][source_id]"。喜欢这个

我如何删除上述元素中的第二个[年份],因为它导致将$this-request->data保存为year is array element时出错。

1 个答案:

答案 0 :(得分:1)

而不是

$这 - &GT;形状配合&GT;年( 'Album.year'

DO

$这 - &GT;形状配合&GT;年( '相册'