ZF-3659: Section on 10.5.6. on deleting table rows unclear / incorrect
Description
The manual section 10.5.6 describes deleting rows using the Zend_Db_Table component. The first paragraph underneath example 10.88 is repeated in the second paragraph. This paragraph mentions a second argument to Zend_Db_Table::delete(), but that method only takes one argument. It's the first argument that should be an array of SQL expressions.
Comments
Posted by Wil Sinclair (wil) on 2008-11-25T16:32:57.000+0000
Fixed with r12846 to refer to a single argument of variable type.