ZF-4205: Add breakchainonfailure for validators
Description
The form validators allow the usage of breakchainonfailure. Actually this parameter is ignored by Zend_File_Transfer.
It should be added for consistency.
The form validators allow the usage of breakchainonfailure. Actually this parameter is ignored by Zend_File_Transfer.
It should be added for consistency.
Comments
Posted by Thomas Weidner (thomas) on 2008-09-19T02:29:51.000+0000
The new feature "breakChainOnFailure" has been added with r11430.
The syntax for form validation and file validation is now consistent. But as this is a small BC break it could be possible that you have to adopt your scripts validator creation calls.