Sorry, that was a typo in the email. Still, it doesn't work, and
setting $recursive to 2 makes cake perform about 12 queries like those
ones:

10      SELECT `Author`.`id`, `Author`.`username`, `Author`.`password`,
`Author`.`email`, `Author`.`created` FROM `users` AS `Author` WHERE
`Author`.`id` = 2               1       1       0
11      SELECT `Translator`.`id`, `Translator`.`username`,
`Translator`.`password`, `Translator`.`email`, `Translator`.`created`
FROM `users` AS `Translator` WHERE `Translator`.`id` = 3                1       
1       0
12      SELECT `Category`.`id`, `Category`.`name`, `Category`.`description`
FROM `categories` AS `Category` WHERE `Category`.`id` = 2

with no particular result.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to