Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. //grab the tag model
  2. $tagModel = new Tags();
  3.  
  4.  
  5. //loop through the tag array
  6. foreach($tags as $tag){
  7.  
  8. $tagModel->tag_name = $tag;
  9. $tagModel->save();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement