feelexit, in order to save the data to tags table you must have in the
data returned ($this->data) data relating to the Tag model like this

data['Tag'['Tag'] = array ( 'id' => '1' , 'id' => '2'...)

where ['Tag']['Tag'] contains an array of id's corresponding to tag
id's. You can find more info on the cakephp manual , search for habtm,
and read it carefully on how to save the data. If you need an example
i'll be glad to post it.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to