I have an array like
Array
(
[user_id] => 53edcd30-6cf4-4d3c-b5d3-7a76ac14142e
[training_course_id] => Array
(
[0] => 1
[1] => 3
[2] => 5
)
)
Now I want to insert this array into a database table using cakephp. I do not know how to do this. Please help me. I'm new in cakephp.