Insert the same data in two different tables using yii2: -


insert same data in 2 different tables using yii2:
hello,
using yii2,having 2 tables inbox,sent_items.
inbox table contains fields:
mail_id (pk), from,to,subject, content,date_time.

sent_items table contains fields:
mail_id (pk),from,to,subject,content,date_time.

i need insert values through form in 2 tables in same time. answer please thanks.

you can use $inbox->load($data) data form , use 2nd parameter load function load same data model: $sent_items->load($data,'inbox');


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -