actually i do have another question: how come when i replace find with findAll it does not work?
i'm currently using this: $this->set($this->Customer->find( null, null, 'ORDER BY RAND()', 1)); and it works fine, but when i change it to findAll it no longer works. in fact, i just looked at the api and by looking at my code the "1" which i assumed it would limit the results to one (since i thought find and findAll had the same structure) is probably not really limiting anything (what's recursive?). I guess i'll take it out and putting "ORDER BY" in my code would be, as my friend says "repetious," right? sorry for asking dumb questions, but i seriously just started this sunday. Thanks for any insight you guys give me. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
