Zend_Form -> Nicely change setRequired() validate message

前端 未结 10 1310
死守一世寂寞
死守一世寂寞 2021-01-31 09:25

Say I create a text element like this:

$firstName = new Zend_Form_Element_Text(\'firstName\');
$firstName->setRequired(true);

Whats

10条回答
  •  梦毁少年i
    2021-01-31 10:23

    use a zend translator with zend_validate.php from

    ZendFramework-1.11.3\resources\languages\en\Zend_Validate.php and then modify this file how you need

    and then modify it accordingly to your needs

提交回复
热议问题