For info the lines I now apply my hack to in 1.2.5 stable are:

/cake/libs/model/model.php #1549 (insert new line to add extra case)
case 'hasAndBelongsToMany':

/cake/libs/model/model.php #1551 (was line 1550 edited to reference
correct association array for foreignKey)
$data[$this->alias][$this->{$associations[$association]}[$association]
['foreignKey']] = $this->{$association}->id;

These hacks allow you to apply the core multiple validate rule to the
join model and saveAll then validates that according to cakes
conventions.  Rather than creating a join model though I add the
validation rules in the beforeFilter of the model I am calling saveAll
from.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to