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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -