Re: Saving of hasAndBelongToMany with-Data?

2009-03-26 Thread Aurelius

But that doesn't seem performace friendly, if there is a with-function
already implemented, how does it work?
If it is implemented, shouldn't be there a save function as well?

thx
Aurelius

mscdex schrieb:
 On Mar 25, 9:21 pm, Aurelius aurel...@temporaryinbox.com wrote:
  I've a Model User hasAndBelongToMany Blogs
  the blogs_users table has 3 fields: blog_id, user_id, with_language
  Reading the data works fine, but how can I save text to with_language?

 This article should help you:
 http://teknoid.wordpress.com/2008/09/24/saving-extra-fields-in-the-join-table-for-habtm-models/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Saving of hasAndBelongToMany with-Data?

2009-03-25 Thread Aurelius

Hi!

I've a Model User hasAndBelongToMany Blogs
the blogs_users table has 3 fields: blog_id, user_id, with_language
Reading the data works fine, but how can I save text to with_language?

thx
Aurelius
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Saving of hasAndBelongToMany with-Data?

2009-03-25 Thread mscdex

On Mar 25, 9:21 pm, Aurelius aurel...@temporaryinbox.com wrote:
 I've a Model User hasAndBelongToMany Blogs
 the blogs_users table has 3 fields: blog_id, user_id, with_language
 Reading the data works fine, but how can I save text to with_language?

This article should help you:
http://teknoid.wordpress.com/2008/09/24/saving-extra-fields-in-the-join-table-for-habtm-models/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---