How do I add the LIMIT 1 clause to an update when using Zend Framework?
LIMIT 1
I\'m kind of forced not to use Zend_Db_Table_Abstract::update() since it execute
You can not.
There is an issue created for this exact problem at the issue tracker. But this feature is still not implemented.