añadir mensajes de validacion global para todo el proyecto symfony


/ Published in: Symfony
Save to your folder(s)



Copy this code and paste it in your HTML
  1. //apps/frontend/config/frontendConfiguration.class.php
  2.  
  3. sfValidatorBase::setRequiredMessage('Éste es un campo obligatorio.');
  4. sfValidatorBase::setInvalidMessage('Dato inválido.');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.