avenirer / CodeIgniter-MY_Model

Base model (MY_Model) for the Codeigniter framework.
324 stars 203 forks source link

From form method to insert multiple records #270

Open shinningweb opened 6 years ago

shinningweb commented 6 years ago

Am trying to use from form method to insert multiple records. Most part of the fields are the same, except for some fields multiple values are accepted, each should be inserted as new row along with other information.

name, tours[], budget[],date[] address, tel

so the view can pass multiple tours. How can we insert each tour as a new entry along with the others?