Does zend_db have any method that can be used to escape arrays of integers or
strings and output:

(1,2,3,4) for integers or ('a','b','c') for strings as opposed to the
quoteInto methods output of ('1,2,3,4') and ('a,b,c')? Is there something
I'm missing with the quoteInto treatment of arrays? I can work round this
with where clauses but struggling to deal with joins that require a mysql
IN() operator.

--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Generating-a-mysql-IN-operator-with-arrays-and-quoteInto-possible-tp3447311p3447311.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to