Re: adding/updating additional fields in HABTM's join table

2010-01-18 Thread Martin Westin
Of-course there is :) The trick to getting some control over the join table is the "with" key. http://book.cakephp.org/view/83/hasAndBelongsToMany-HABTM This tells Cake to use your class file for the join model and any methods and settings in it. Mariano also has a good write-up of how to get th

adding/updating additional fields in HABTM's join table

2010-01-18 Thread Ernesto
Hello. as the title says is there any way to add/update additional fields in HABTM's join table? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePH