either perform $this->Comment->save($this->data) and then refernece
$this->Comment->id -OR- if you have your associations setup in the
models you can have $this->data['Comment'] and
$this->data['Comment_Association'] all saved via
$this->Comment->save($this->data)

(that second method probalby isn't what your'e trying to do here with
the comments, but just letting you know that you can save multiple data
models at once)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to