If it is joins you are after, check out the "joins" key that you can add to queries. It is not documented much yet (because it is rarely needed) but it could be just what you need.
I have had to set up a special type of search query and ended up creating my own function to handle my not so common search needs. I put it in the bin a while back. You can take a look at it to see "joins" in action. In that class the joins are used to create a big join with all the classes "belongsTo" associations and be able to pick out statistics in a "StarSchema" kind of way (aka OLAP, sort of). It is not exactly ready for public release but I was hoping someone would get something out of looking at the code. /Martin On Oct 14, 4:50 am, Brenton B <[EMAIL PROTECTED]> wrote: > Indeed. > > On Oct 12, 3:49 am, AD7six <[EMAIL PROTECTED]> wrote: > > > On Oct 11, 11:41 pm, Brenton B <[EMAIL PROTECTED]> wrote: > > > > Out of frustration: hate to say it, but Cake is quickly dropping on my > > > list of "usable frameworks" due to it's inability to efficiently > > > handle joins. > > > Oh well. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
