Hi, Sorry to be slow but I'm not entirely clear about the need for the array fill as zend_db is returning the array values with a single placeholder, my problem was as you note that I'd already joined the array values as a string and so had been passing a string to the quoteInto method and not an array.
Im a bit stumped as to what I can do re quoteInto not being binary safe. All the values I'm passing have been through zend validate - I imagine other classes like zend_validate_dbrecord_exists etc fall back on quoteInto? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Generating-a-mysql-IN-operator-with-arrays-and-quoteInto-possible-tp3447311p3447705.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
