> I will say this: if CakePHP is generating the proper queries then > perhaps you are looking at the wrong array? Try pasting the code in > question over athttp://bin.cakephp.organd posting the link here. It > might be something really silly.
I'm totally willing to believe that's the case, but I'm sure I have the right array. I mean, I'm doing a print_r on it immediately after the findAllThreaded call. And the kicker is if I *remove* the conditions, the array is populated with all results. So, these conditions will also spit out all results in the proper array format: 1 = 1 Content.section_id IS NOT NULL But a condition like this returns absolutely nothing: Content.section_id = 1 ...even though I can take the generated SQL and it returns the appropriate pages. AJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---