I have a form where a user can create a new post. There is also an input box in this form where a user can list all tags (separated by a " ") associated with that post. The tags the user lists can be new tags or existing tags (my code currently does not check if a tag already exists, but that is irrelevant at the moment).
The Problem: I can't save the HABTM data properly. My code saves the post to the posts table and each tag in the tags table, BUT it doest not save anything in the join table. Here is my code (created with help in the IRC channel): http://bin.cakephp.org/view/1625538504 What do I need to do for it to save the ids to the join table as well? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
