ahmed salah

ahmed salah

  • NA
  • 530
  • 141.7k

insert data to multiple table in same time

Aug 20 2016 7:35 PM
I need to make multiple insert to multiple table have relation with each other
what i need actually when user click submit
Save the following data
Name,Email,Salary,DistrictId in table Employee
EmployeeId,CourseId in table EmployeeCourse
EmployeeId,LanaguageId,LevelId in table EmployeeLangage
what i write in create function in empcourse controller
 
my code attached with message 
my interface and Relation diagram is
 

Attachment: code.rar

Answers (7)