hello

i found an incorrect line at manual.cakephp.org at the definition of
HABTM

the array contains

 'foreignKey' => 'tag_id',
 'associationForeignKey'=> 'post_id',

but it has to be as following:

 'foreignKey' => 'post_id',
 'associationForeignKey'=> 'tag_id',

i don't know where to post this. hopefully someone of the documentation
team reads this. i also want to help with the documentation. please
contact me. currently i am writing the yahoo ui helper.

cu
chri


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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