以下を保存するにはどうすればよいですか。
このデータがフォームの上部にあり、保存される製品に「グローバル」であることを考えると、最初の 4 つの項目をすべての「保存する製品」に適用する必要があります。または、foreach ループを作成して手動でデータを挿入する必要がありますか?
各製品へのグローバル データ。
[discount_id] => 17 [range_id] => 21 [category_id] => 6 [user_id] => 104
Array
(
[Product] => Array
(
[discount_id] => 17
[range_id] => 21
[category_id] => 6
[user_id] => 104
[0] => Array
(
[product_code] => ffff
[colour] => red
[lead_time_weeks] =>
[description] =>
[height] => 11111
[width] => 22222
[depth] =>
[price] =>
[discount] => 50
[discounted_price] =>
[quantity] =>
)
[1] => Array
(
[product_code] => fgfgfggf
[colour] => red
[lead_time_weeks] =>
[description] =>
[height] => 123
[width] => 123
[depth] =>
[price] =>
[discount] => 50
[discounted_price] =>
[quantity] =>
)
)
)
メソッドをコントローラーに保存する
$this->Product->saveAll($this->request->data['Product']