SELECT * FROM table WHERE col = :bindVal AND col2 = :bindVal
does not work, it appears that Zend_Db has problems with using the same
bind parameter in the same statement more than once!
Is this by design???
SELECT * FROM table WHERE col = :bindVal AND col2 = :bindVal
does not work, it appears that Zend_Db has problems with using the same
bind parameter in the same statement more than once!
Is this by design???
没有评论:
发表评论