Re: SaveAll does not save HABTM (with example)

2008-06-18 Thread Jaime
On 17 jun, 16:44, davidpersson <[EMAIL PROTECTED]> wrote: > I've got exactly the same problem and only came up with the same > workaround.. > Hope anyone out there knows a solution for this. I can't believe nobody has run into this before and found a better solution! Cheers, J. --~--~-~

Re: SaveAll does not save HABTM (with example)

2008-06-17 Thread davidpersson
I've got exactly the same problem and only came up with the same workaround.. Hope anyone out there knows a solution for this. On Jun 17, 4:34 pm, Jaime <[EMAIL PROTECTED]> wrote: > Yet Another HABTM Question (sorry, but I've read the fine manual and > found nothing on this). > > To stick on the

SaveAll does not save HABTM (with example)

2008-06-17 Thread Jaime
Yet Another HABTM Question (sorry, but I've read the fine manual and found nothing on this). To stick on the traditional example: Post belongsTo User Post HABTM Tag $this->data = array( 'Post' => array( 'id' => 1, ), 'User' => array( 'name' => 'John Doe', ), 'Tag' => array(