在Zend Framework的验证消息中添加前缀

时间:2014-04-17 18:11:30

标签: php validation zend-framework zend-form

我需要为Zend_From上的验证失败时显示的错误消息添加前缀。

现在我正在我需要的验证器上设置自定义消息。如下例所示。

$element->addValidator('NotEmpty', true, array('messages' => '<span class="glyphicons glyphicons-up_arrow errMsgIcon"></span> Username can\'t be left blank'))

但是有没有办法在触发的所有验证消息上添加下面定义的前缀?

<span class="glyphicons glyphicons-up_arrow errMsgIcon"></span>

感谢您的帮助。

0 个答案:

没有答案