I'm new to ZF, and it's possible I've just overlooked what I need, but...
I want to do a query like:
SELECT * FROM table WHERE column IN (value1, value2, ...)
So far, I'm using Zend_Db_Adapter::query().
Thanks for any suggestions on how to do this - I feel like it shouldn't be that hard!
