On Apr 29, 3:28 pm, slippy <[email protected]> wrote:
> I want to be able to pass an array of id's into a find and also
> specify if the results found should contain all of the id's or any of
> them.

how can a field contain more than one value. Good luck getting more
than 0 results with that.

(id = 1 AND id = 2)

Try starting with the sql that gives you want you want - if you
haven't got that you've got some research to do before asking
(although you'll find it's quite obvious) how to do the same via a
model find call.

AD

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to