You need to create a Zend_Db_Expr so ZF doesnt try to escape the value.
See http://framework.zend.com/manual/en/zend.db.select.html#zend.db.select.building.columns-expr.example On 5/9/07, Tony Harrison <[EMAIL PROTECTED]> wrote:
Hello, how do you put a function as a field value in a where clause? Like: UPDATE table SET date = NOW() WHERE.... I can't work out how to do it with the Zend_Db update() method.
