Timm wrote: > Could the CakePHP framework build this query internally? (I haven't > dealt with associations yet) Yes - you need to look into associations, but it's not that hard: Here's a good starting point http://wiki.cakephp.org/tutorials:book_titles.
If you set DEBUG to 2, you will see all the SQL queries at the bottom of your page. Cheers, AD7six --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
