CakePHP3是否支持自己管理多选数据?

时间:2015-11-01 12:15:53

标签: cakephp-3.0 cakephp-3.1

我想知道在编辑对象时CakePHP3(.1)是否应该自行管理多选值? 我的意思是,检查已经选择的选项并影响简单数据的修改。 根据我的测试(但也许我没有正确地初始化它)和Cakephp 3 Unable to mark multiple checkboxes selected,似乎并非如此。

<?= $this->Form->create($site, ['type' => 'file', 'horizontal' => true])?>
     <?= $this->Form->input('sitecategories', ['options' => $categories, 'label' => __("Catégories :"), 'placeholder' => __("Catégorie du site"), 'multiple' => true]); ?>
....

$ site包含一系列sitecategories。

0 个答案:

没有答案