Hello,
I have three tables: Posts, Tags and PostsTags.
Each post is related with various tags through PostsTags.
Is it possible given a Post with its Tags to save all in all tables in
one command?
Or do I need to insert the Post, then the Tags and later the PostsTags
in the database?
Just wondering.
Thanks,
Miguel
I have three tables: Posts, Tags and PostsTags.
Each post is related with various tags through PostsTags.
Is it possible given a Post with its Tags to save all in all tables in
one command?
Or do I need to insert the Post, then the Tags and later the PostsTags
in the database?
Just wondering.
Thanks,
Miguel
Comment