Zend Validator location -
do need save custom zend validator location "zend/validate"? i'd rather create folder custom validation scripts, cannot find in zend documentation other changing namespace.
here error message.
"plugin name 'usernamevalidate' not found in registry; used paths: zend_validate_: zend/validate/"
i'd tell search additional paths.
i able solve problem using
addelementprefixpath('application_validate', '../application/validate', 'validate');
Comments
Post a Comment