我在表单帖子中的$ this-> request->数据中有以下内容:
Array
(
[Customer] => Array
(
[first_name] => Test
[last_name] => test
[dob] => Array
(
[month] => 11
[day] => 10
[year] => 2014
)
)
[Service] => Array
(
[Service] => 1
)
)
还会在联接表customers_services
(模型CustomersService
)中创建记录。
我想要做的是触摸连接表中的已创建字段,但不确定如何。任何人的想法?感谢。
答案 0 :(得分:0)
不要理解你正在尝试做什么。
默认情况下,对于每个模型保存,创建和修改将由CakePHP自动设置。